Skip to content

Commit

Permalink
Update actions/download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Jun 3, 2024
1 parent f66f359 commit c32096f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
run: |
echo "NAME=$(date +'%Y-%m-%d %H:%M')" >> $GITHUB_ENV
echo "TAG=$(date +%s)" >> $GITHUB_ENV
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: artifacts
- name: Rename artifacts
Expand Down

0 comments on commit c32096f

Please sign in to comment.