From e1dc6e0932ea6f0746bcc4851728c042a9d37c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:40:50 +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 0535c1e..aeedb36 100644 --- a/.github/workflows/dzil-build-and-test.yml +++ b/.github/workflows/dzil-build-and-test.yml @@ -50,7 +50,7 @@ jobs: #strategy: #fail-fast: false #steps: - #- uses: actions/download-artifact@v3 + #- uses: actions/download-artifact@v4 #with: #name: build_dir #path: . @@ -111,7 +111,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: . @@ -151,7 +151,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: . @@ -191,7 +191,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: .