From eefb567f3bc96bd4c2680850a930be9c83f2bb5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 06:07:29 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dzil-build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dzil-build-and-test.yml b/.github/workflows/dzil-build-and-test.yml index 32b1384..5a378c1 100644 --- a/.github/workflows/dzil-build-and-test.yml +++ b/.github/workflows/dzil-build-and-test.yml @@ -36,7 +36,7 @@ jobs: image: perldocker/perl-tester:5.38 steps: - uses: actions/checkout@v6 # codecov wants to be inside a Git repository - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: build_dir path: . @@ -101,7 +101,7 @@ jobs: with: perl-version: ${{ matrix.perl-version }} if: ${{ matrix.os != 'windows-latest' }} - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: build_dir path: .