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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 30792c7 commit 236974d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
image: perldocker/perl-tester:5.36
steps:
- uses: actions/checkout@v4 # codecov wants to be inside a Git repository
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build_dir
path: .
Expand All @@ -54,7 +54,7 @@ jobs:
container:
image: perldocker/perl-tester:5.34
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build_dir
path: .
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
if: ${{ matrix.perl-version == '5.8' || matrix.perl-version == '5.10' }}
run: cpanm --notest Test::[email protected]
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build_dir
path: .
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: pin Test::Deep to 1.130 on Perl < 5.12
if: ${{ matrix.perl-version == '5.8' || matrix.perl-version == '5.10' }}
run: cpm install --global Test::[email protected]
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build_dir
path: .
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
- name: pin Test::Deep to 1.130 on Perl < 5.12
if: ${{ matrix.perl-version == '5.8' || matrix.perl-version == '5.10' }}
run: cpm install --global Test::[email protected]
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build_dir
path: .
Expand Down

0 comments on commit 236974d

Please sign in to comment.