Merge pull request #2694 from Pryaxis/renovate/actions-upload-artifact-3.x

Update actions/upload-artifact action to v3
This commit is contained in:
Lucas Nicodemus 2022-10-06 11:03:07 -07:00 committed by GitHub
commit bc6b31dbcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ jobs:
cd TShockLauncher/bin/Release/net6.0/${{ matrix.arch }}/publish/
tar -cvf ../../../../../../TShock-Beta-${{ matrix.arch }}-Release.tar *
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: TShock-Beta-${{ matrix.arch }}-Release
path: TShock-Beta-${{ matrix.arch }}-Release.tar