Skip to content

Commit 48b31ce

Browse files
dependabot[bot]oalders
authored andcommitted
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](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e8dd088 commit 48b31ce

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
@@ -39,7 +39,7 @@ jobs:
3939
image: perldocker/perl-tester:5.36
4040
steps:
4141
- uses: actions/checkout@v4 # codecov wants to be inside a Git repository
42-
- uses: actions/download-artifact@v3
42+
- uses: actions/download-artifact@v4
4343
with:
4444
name: build_dir
4545
path: .
@@ -54,7 +54,7 @@ jobs:
5454
container:
5555
image: perldocker/perl-tester:5.34
5656
steps:
57-
- uses: actions/download-artifact@v3
57+
- uses: actions/download-artifact@v4
5858
with:
5959
name: build_dir
6060
path: .
@@ -95,7 +95,7 @@ jobs:
9595
if: ${{ matrix.perl-version == '5.8' || matrix.perl-version == '5.10' }}
9696
run: cpanm --notest Test::[email protected]
9797
- uses: actions/checkout@v4
98-
- uses: actions/download-artifact@v3
98+
- uses: actions/download-artifact@v4
9999
with:
100100
name: build_dir
101101
path: .
@@ -131,7 +131,7 @@ jobs:
131131
- name: pin Test::Deep to 1.130 on Perl < 5.12
132132
if: ${{ matrix.perl-version == '5.8' || matrix.perl-version == '5.10' }}
133133
run: cpm install --global Test::[email protected]
134-
- uses: actions/download-artifact@v3
134+
- uses: actions/download-artifact@v4
135135
with:
136136
name: build_dir
137137
path: .
@@ -168,7 +168,7 @@ jobs:
168168
- name: pin Test::Deep to 1.130 on Perl < 5.12
169169
if: ${{ matrix.perl-version == '5.8' || matrix.perl-version == '5.10' }}
170170
run: cpm install --global Test::[email protected]
171-
- uses: actions/download-artifact@v3
171+
- uses: actions/download-artifact@v4
172172
with:
173173
name: build_dir
174174
path: .

0 commit comments

Comments
 (0)