Skip to content

Commit

Permalink
Merge pull request #53 from perl-ide/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
oalders authored Apr 4, 2024
2 parents 209667d + 15f0175 commit 82ffb13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
image: perldocker/perl-tester:5.38
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 Down Expand Up @@ -84,7 +84,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
with:
name: build_dir
path: .
Expand Down

0 comments on commit 82ffb13

Please sign in to comment.