Skip to content

Commit a33c982

Browse files
authored
Update old versions in workflow (#68)
1 parent 831f62b commit a33c982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
# Checkout repository (required to test local actions)
3535
- name: Checkout repository
36-
uses: actions/checkout@v1
36+
uses: actions/checkout@v2
3737

3838
# Request manual activation file
3939
- name: Request manual activation file
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Upload artifact (Unity_v20XX.X.XXXX.alf)
4646
- name: Expose as artifact
47-
uses: actions/upload-artifact@v1
47+
uses: actions/upload-artifact@v2
4848
with:
4949
name: ${{ steps.getManualLicenseFile.outputs.filePath }}
5050
path: ${{ steps.getManualLicenseFile.outputs.filePath }}

0 commit comments

Comments
 (0)