Skip to content

Commit 2de296f

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 5c9e5ba commit 2de296f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
image: perldocker/perl-tester:5.36
3838
steps:
3939
- uses: actions/checkout@v5 # codecov wants to be inside a Git repository
40-
- uses: actions/download-artifact@v4
40+
- uses: actions/download-artifact@v5
4141
with:
4242
name: build_dir
4343
path: .
@@ -52,7 +52,7 @@ jobs:
5252
container:
5353
image: perldocker/perl-tester:5.34
5454
steps:
55-
- uses: actions/download-artifact@v4
55+
- uses: actions/download-artifact@v5
5656
with:
5757
name: build_dir
5858
path: .
@@ -94,7 +94,7 @@ jobs:
9494
if: ${{ matrix.perl-version == '5.8' || matrix.perl-version == '5.10' }}
9595
run: cpanm --notest Test::[email protected]
9696
- uses: actions/checkout@v5
97-
- uses: actions/download-artifact@v4
97+
- uses: actions/download-artifact@v5
9898
with:
9999
name: build_dir
100100
path: .
@@ -129,7 +129,7 @@ jobs:
129129
- name: pin Test::Deep to 1.130 on Perl < 5.12
130130
if: ${{ matrix.perl-version == '5.8' || matrix.perl-version == '5.10' }}
131131
run: cpm install --global Test::[email protected]
132-
- uses: actions/download-artifact@v4
132+
- uses: actions/download-artifact@v5
133133
with:
134134
name: build_dir
135135
path: .
@@ -166,7 +166,7 @@ jobs:
166166
- name: pin Test::Deep to 1.130 on Perl < 5.12
167167
if: ${{ matrix.perl-version == '5.8' || matrix.perl-version == '5.10' }}
168168
run: cpm install --global Test::[email protected]
169-
- uses: actions/download-artifact@v4
169+
- uses: actions/download-artifact@v5
170170
with:
171171
name: build_dir
172172
path: .

0 commit comments

Comments
 (0)