From 67b57b129204fea3e8b3fb359fdb3a46d15fbc45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:02:28 +0000 Subject: [PATCH] Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/libclang-abi-tests.yml | 4 ++-- .github/workflows/llvm-tests.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/libclang-abi-tests.yml b/.github/workflows/libclang-abi-tests.yml index 8cc2f3a0fa3fa..a5e03e199e1b2 100644 --- a/.github/workflows/libclang-abi-tests.yml +++ b/.github/workflows/libclang-abi-tests.yml @@ -142,11 +142,11 @@ jobs: - abi-dump steps: - name: Download baseline - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: build-baseline - name: Download latest - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: build-latest diff --git a/.github/workflows/llvm-tests.yml b/.github/workflows/llvm-tests.yml index 83091da4bbb4e..5fe2904196888 100644 --- a/.github/workflows/llvm-tests.yml +++ b/.github/workflows/llvm-tests.yml @@ -163,15 +163,15 @@ jobs: - abi-dump steps: - name: Download baseline - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: build-baseline - name: Download latest - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: build-latest - name: Download symbol list - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: symbol-list