From 19e390a911c504b7737bad0b88659473cbff9b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 00:40:23 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact 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 0b5022cb..aee7eb8b 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@v4 # codecov wants to be inside a Git repository - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: build_dir path: . @@ -77,7 +77,7 @@ jobs: uses: shogo82148/actions-setup-perl@v1 with: perl-version: ${{ matrix.perl-version }} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: build_dir path: . @@ -119,7 +119,7 @@ jobs: uses: shogo82148/actions-setup-perl@v1 with: perl-version: ${{ matrix.perl-version }} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: build_dir path: . @@ -155,7 +155,7 @@ jobs: with: perl-version: ${{ matrix.perl-version }} distribution: strawberry # this option only used on windows - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: build_dir path: .