Skip to content

Commit

Permalink
Fix deprecation warning in GitHub Action
Browse files Browse the repository at this point in the history
One of the upload-artifact calls was to an older version
  • Loading branch information
sharkwouter authored Jun 13, 2024
1 parent 346cd98 commit a17934d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: |
tar -zcvf pspdev.tar.gz pspdev
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pspdev-${{ steps.slug.outputs.sha8 }}-${{ matrix.os[0] }}-${{ matrix.os[1] }}
path: pspdev.tar.gz

0 comments on commit a17934d

Please sign in to comment.