Skip to content

Commit

Permalink
Upgrade actions/download-artifact from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Dec 15, 2023
1 parent 00fb644 commit 382abee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: artifacts/

Expand Down

0 comments on commit 382abee

Please sign in to comment.