Skip to content

Commit

Permalink
chore: upgrade upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Konano authored Sep 5, 2024
1 parent e6fb8a4 commit fdaaa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo $( ls ./build/build/ | grep '.zip' ) > ./build/.metadata/zip_filename
echo $(date -u +'%Y-%m-%d_%H-%M' -d"$(stat -c %y ./build/build/total-conversion-build.user.js)") > ./build/.metadata/buildstamp
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: build
path: |
Expand Down

0 comments on commit fdaaa46

Please sign in to comment.