We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831f62b commit a33c982Copy full SHA for a33c982
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
steps:
34
# Checkout repository (required to test local actions)
35
- name: Checkout repository
36
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
37
38
# Request manual activation file
39
- name: Request manual activation file
@@ -44,7 +44,7 @@ jobs:
44
45
# Upload artifact (Unity_v20XX.X.XXXX.alf)
46
- name: Expose as artifact
47
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v2
48
with:
49
name: ${{ steps.getManualLicenseFile.outputs.filePath }}
50
path: ${{ steps.getManualLicenseFile.outputs.filePath }}
0 commit comments