Skip to content

Commit 0824951

Browse files
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] <support@github.com>
1 parent 402059a commit 0824951

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
id: with-recommends
6666
if: matrix.perl-version >= 5.14
6767
run: echo '::set-output name=flag::--with-recommends'
68-
- uses: actions/download-artifact@v4
68+
- uses: actions/download-artifact@v5
6969
with:
7070
name: build_dir
7171
path: .
@@ -117,7 +117,7 @@ jobs:
117117
id: with-recommends
118118
if: matrix.perl-version >= 5.14
119119
run: echo '::set-output name=flag::--with-recommends'
120-
- uses: actions/download-artifact@v4
120+
- uses: actions/download-artifact@v5
121121
with:
122122
name: build_dir
123123
path: .
@@ -168,7 +168,7 @@ jobs:
168168
with:
169169
perl-version: ${{ matrix.perl-version }}
170170
distribution: strawberry
171-
- uses: actions/download-artifact@v4
171+
- uses: actions/download-artifact@v5
172172
with:
173173
name: build_dir
174174
path: .

0 commit comments

Comments
 (0)