From 2ecbcb6aa70c91b239d6f3747b4b949eb9de7474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:39:47 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/punchboot-tools.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/punchboot-tools.yml b/.github/workflows/punchboot-tools.yml index d589aed4..4b52de63 100644 --- a/.github/workflows/punchboot-tools.yml +++ b/.github/workflows/punchboot-tools.yml @@ -81,7 +81,7 @@ jobs: id-token: write if: github.repository == 'jonasblixt/punchboot' && github.event_name == 'workflow_dispatch' steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: artifact path: dist @@ -101,7 +101,7 @@ jobs: id-token: write if: github.repository == 'jonasblixt/punchboot' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: artifact path: dist