From f6c2501b49cd9079c437547170fd69e81a596d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 06:04:19 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 in the major-updates group Bumps the major-updates group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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 dependency-group: major-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/dzil-build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dzil-build-and-test.yml b/.github/workflows/dzil-build-and-test.yml index 24c39ab3..a830a9aa 100644 --- a/.github/workflows/dzil-build-and-test.yml +++ b/.github/workflows/dzil-build-and-test.yml @@ -59,7 +59,7 @@ jobs: container: image: perldocker/perl-tester:devel steps: - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: build_dir path: .