Skip to content

Commit c3d57f0

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 a3b5e2b commit c3d57f0

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
@@ -63,7 +63,7 @@ jobs:
6363
id: with-recommends
6464
if: matrix.perl-version >= 5.14
6565
run: echo '::set-output name=flag::--with-recommends'
66-
- uses: actions/download-artifact@v3
66+
- uses: actions/download-artifact@v4
6767
with:
6868
name: build_dir
6969
path: .
@@ -113,7 +113,7 @@ jobs:
113113
id: with-recommends
114114
if: matrix.perl-version >= 5.14
115115
run: echo '::set-output name=flag::--with-recommends'
116-
- uses: actions/download-artifact@v3
116+
- uses: actions/download-artifact@v4
117117
with:
118118
name: build_dir
119119
path: .
@@ -164,7 +164,7 @@ jobs:
164164
with:
165165
perl-version: ${{ matrix.perl-version }}
166166
distribution: strawberry
167-
- uses: actions/download-artifact@v3
167+
- uses: actions/download-artifact@v4
168168
with:
169169
name: build_dir
170170
path: .

0 commit comments

Comments
 (0)