From bb6fd31c6e15701c17789065b5eea5bf1ccae88a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:38:36 +0000 Subject: [PATCH] Bump actions/download-artifact Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 3 to 4.1.7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f990459..22c00fc8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Fetch uploaded artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: debs-${{ github.sha }} - name: shasum diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index df63c2a3..b8b90bad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -98,7 +98,7 @@ jobs: needs: build-debs steps: - name: Fetch uploaded artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: debs-${{ github.sha }} - name: shasum