Merge pull request #2694 from Pryaxis/renovate/actions-upload-artifact-3.x
Update actions/upload-artifact action to v3
This commit is contained in:
commit
bc6b31dbcb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-otapi3.yml
vendored
2
.github/workflows/ci-otapi3.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue