Skip to content

Commit

Permalink
Merge pull request #188 from pspdev/fix-upload-artifact-deprecation-w…
Browse files Browse the repository at this point in the history
…arning

Fix deprecation warning in GitHub Action
  • Loading branch information
sharkwouter committed Jun 13, 2024
2 parents 346cd98 + a17934d commit 31a5e52
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 31a5e52

Please sign in to comment.