Skip to content

Commit e3eefa4

Browse files
dependabot[bot]oalders
authored andcommitted
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](actions/download-artifact@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] <[email protected]>
1 parent 0417d30 commit e3eefa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dzil-build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
image: perldocker/perl-tester:5.38
3737
steps:
3838
- uses: actions/checkout@v4 # codecov wants to be inside a Git repository
39-
- uses: actions/download-artifact@v4
39+
- uses: actions/download-artifact@v5
4040
with:
4141
name: build_dir
4242
path: .
@@ -91,7 +91,7 @@ jobs:
9191
with:
9292
perl-version: ${{ matrix.perl-version }}
9393
distribution: strawberry # this option only used on Windows
94-
- uses: actions/download-artifact@v4
94+
- uses: actions/download-artifact@v5
9595
with:
9696
name: build_dir
9797
path: .

0 commit comments

Comments
 (0)