Skip to content

Commit

Permalink
Bump upload-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
szymmirr authored Oct 6, 2023
1 parent fb03a04 commit 80a6fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/activation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: game-ci/unity-request-activation-file@v2
# Upload artifact (Unity_v20XX.X.XXXX.alf)
- name: Expose as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ steps.getManualLicenseFile.outputs.filePath }}
path: ${{ steps.getManualLicenseFile.outputs.filePath }}

0 comments on commit 80a6fce

Please sign in to comment.