From 0824951acc4d1e5182c42e247b9dd2e4c90d769f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 21:16:20 +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/build-and-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 379df32e..c724fbdf 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -65,7 +65,7 @@ jobs: id: with-recommends if: matrix.perl-version >= 5.14 run: echo '::set-output name=flag::--with-recommends' - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: build_dir path: . @@ -117,7 +117,7 @@ jobs: id: with-recommends if: matrix.perl-version >= 5.14 run: echo '::set-output name=flag::--with-recommends' - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: build_dir path: . @@ -168,7 +168,7 @@ jobs: with: perl-version: ${{ matrix.perl-version }} distribution: strawberry - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: build_dir path: .