From a7445f4dd3307361e92c688e209cd71330f073a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:02:21 +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 c7d1993ba006..67eac75e837c 100644 --- a/.github/workflows/libclang-abi-tests.yml +++ b/.github/workflows/libclang-abi-tests.yml @@ -127,11 +127,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 bb011c0dafbb..bb23ba97c04d 100644 --- a/.github/workflows/llvm-tests.yml +++ b/.github/workflows/llvm-tests.yml @@ -146,15 +146,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