Skip to content

Commit

Permalink
Update upload-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
KazApps committed Nov 8, 2024
1 parent 5d39b8d commit 9e656ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- id: datetime
run: |
echo "::set-output name=str::$(Get-Date -Format yyyyMMdd.hhmmss)"
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: TanukiColiseum.${{ steps.datetime.outputs.str }}
path: main\TanukiColiseum\bin\Release\

0 comments on commit 9e656ba

Please sign in to comment.