From f9d1905d2dfc076ec346170b8243e162201917cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:07:29 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c36012de..9e6dfe356 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: name: Test Dancer on ${{ matrix.perl-version }} steps: - name: Download a single artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: the-dancer @@ -131,7 +131,7 @@ jobs: name: Test downstream on ${{ matrix.perl-version }} steps: - name: Download a single artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: the-dancer @@ -174,7 +174,7 @@ jobs: steps: - name: Download a single artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: the-dancer