Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and oalders committed Apr 9, 2024
1 parent a3b5e2b commit c3d57f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
id: with-recommends
if: matrix.perl-version >= 5.14
run: echo '::set-output name=flag::--with-recommends'
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build_dir
path: .
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
id: with-recommends
if: matrix.perl-version >= 5.14
run: echo '::set-output name=flag::--with-recommends'
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build_dir
path: .
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
with:
perl-version: ${{ matrix.perl-version }}
distribution: strawberry
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build_dir
path: .
Expand Down

0 comments on commit c3d57f0

Please sign in to comment.