Skip to content

Commit 3bc8453

Browse files
Bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0be88b2 commit 3bc8453

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
@@ -38,7 +38,7 @@ jobs:
3838
image: perldocker/perl-tester:5.36
3939
steps:
4040
- uses: actions/checkout@v5 # codecov wants to be inside a Git repository
41-
- uses: actions/download-artifact@v5
41+
- uses: actions/download-artifact@v6
4242
with:
4343
name: build_dir
4444
path: .
@@ -79,7 +79,7 @@ jobs:
7979
container:
8080
image: perldocker/perl-tester:5.34
8181
steps:
82-
- uses: actions/download-artifact@v5
82+
- uses: actions/download-artifact@v6
8383
with:
8484
name: build_dir
8585
path: .
@@ -121,7 +121,7 @@ jobs:
121121
if: ${{ matrix.perl-version == '5.8' || matrix.perl-version == '5.10' }}
122122
run: cpanm --notest Test::[email protected]
123123
- uses: actions/checkout@v5
124-
- uses: actions/download-artifact@v5
124+
- uses: actions/download-artifact@v6
125125
with:
126126
name: build_dir
127127
path: .
@@ -156,7 +156,7 @@ jobs:
156156
- name: pin Test::Deep to 1.130 on Perl < 5.12
157157
if: ${{ matrix.perl-version == '5.8' || matrix.perl-version == '5.10' }}
158158
run: cpm install --global Test::[email protected]
159-
- uses: actions/download-artifact@v5
159+
- uses: actions/download-artifact@v6
160160
with:
161161
name: build_dir
162162
path: .
@@ -193,7 +193,7 @@ jobs:
193193
- name: pin Test::Deep to 1.130 on Perl < 5.12
194194
if: ${{ matrix.perl-version == '5.8' || matrix.perl-version == '5.10' }}
195195
run: cpm install --global Test::[email protected]
196-
- uses: actions/download-artifact@v5
196+
- uses: actions/download-artifact@v6
197197
with:
198198
name: build_dir
199199
path: .

0 commit comments

Comments
 (0)