File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616 unityVersion : 2020.1.13f1
1717 # Upload artifact (Unity_v20XX.X.XXXX.alf)
1818 - name : Expose as artifact
19- uses : actions/upload-artifact@v1
19+ uses : actions/upload-artifact@v4
2020 with :
2121 name : ${{ steps.getManualLicenseFile.outputs.filePath }}
2222 path : ${{ steps.getManualLicenseFile.outputs.filePath }}
Original file line number Diff line number Diff line change 1616 unityVersion : 2020.3.48f1
1717 # Upload artifact (Unity_v20XX.X.XXXX.alf)
1818 - name : Expose as artifact
19- uses : actions/upload-artifact@v2
19+ uses : actions/upload-artifact@v4
2020 with :
2121 name : ${{ steps.getManualLicenseFile.outputs.filePath }}
2222 path : ${{ steps.getManualLicenseFile.outputs.filePath }}
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 id : getManualLicenseFile
1414 uses : game-ci/unity-request-activation-file@v2
1515 with :
16- unityVersion : 2021.3.28f1
16+ unityVersion : 2021.3.42f1
1717 # Upload artifact (Unity_v20XX.X.XXXX.alf)
1818 - name : Expose as artifact
19- uses : actions/upload-artifact@v2
19+ uses : actions/upload-artifact@v4
2020 with :
2121 name : ${{ steps.getManualLicenseFile.outputs.filePath }}
2222 path : ${{ steps.getManualLicenseFile.outputs.filePath }}
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 id : getManualLicenseFile
1414 uses : game-ci/unity-request-activation-file@v2
1515 with :
16- unityVersion : 2022.3.4f1
16+ unityVersion : 2022.3.42f1
1717 # Upload artifact (Unity_v20XX.X.XXXX.alf)
1818 - name : Expose as artifact
19- uses : actions/upload-artifact@v2
19+ uses : actions/upload-artifact@v4
2020 with :
2121 name : ${{ steps.getManualLicenseFile.outputs.filePath }}
2222 path : ${{ steps.getManualLicenseFile.outputs.filePath }}
Original file line number Diff line number Diff line change 4545 unityVersion : ${{ matrix.unityVersion }}
4646 testMode : ${{ matrix.testMode }}
4747 artifactsPath : ${{ matrix.testMode }}-artifacts
48- - uses : actions/upload-artifact@v1
48+ - uses : actions/upload-artifact@v4
4949 with :
5050 name : Test results for ${{ matrix.testMode }}
5151 path : ${{ steps.tests.outputs.artifactsPath }}
You can’t perform that action at this time.
0 commit comments