Skip to content

Commit

Permalink
Bump actions/download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Oct 7, 2024
1 parent 7459e76 commit 1ffe397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
coverage: none
extensions: bz2, zip

- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4
with:
name: toolbox.phar
path: build/
Expand All @@ -90,11 +90,11 @@ jobs:
needs: tests
if: github.event_name == 'release'
steps:
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4
with:
name: toolbox.phar
path: .
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4
with:
name: devkit.phar
path: .
Expand Down

0 comments on commit 1ffe397

Please sign in to comment.