Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
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.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and oalders committed Sep 3, 2024
1 parent 9d58686 commit 936ebae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
image: perldocker/perl-tester:5.36
steps:
- uses: actions/checkout@v2 # codecov wants to be inside a Git repository
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: build_dir
path: .
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- "5.36"
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: build_dir
path: .
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl-version }}
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: build_dir
path: .
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
with:
perl-version: ${{ matrix.perl-version }}
distribution: strawberry # this option only used on Windows
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: build_dir
path: .
Expand Down

0 comments on commit 936ebae

Please sign in to comment.