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 authored and nodchip committed Nov 8, 2024
1 parent fa16882 commit 88a71e0
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 88a71e0

Please sign in to comment.