From 5f2dba2ccfa1e102a7a4799484236b1d42177695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 02:45:07 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dzil-build-and-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dzil-build-and-test.yml b/.github/workflows/dzil-build-and-test.yml index 70f22b8d..57ac147b 100644 --- a/.github/workflows/dzil-build-and-test.yml +++ b/.github/workflows/dzil-build-and-test.yml @@ -37,7 +37,7 @@ jobs: image: perldocker/perl-tester:5.40 steps: - uses: actions/checkout@v5 # codecov wants to be inside a Git repository - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: build_dir path: . @@ -74,7 +74,7 @@ jobs: uses: shogo82148/actions-setup-perl@v1 with: perl-version: ${{ matrix.perl-version }} - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: build_dir path: . @@ -118,7 +118,7 @@ jobs: uses: shogo82148/actions-setup-perl@v1 with: perl-version: ${{ matrix.perl-version }} - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: build_dir path: . @@ -154,7 +154,7 @@ jobs: with: perl-version: ${{ matrix.perl-version }} distribution: strawberry # this option only used on windows - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: build_dir path: .