File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 uses : game-ci/unity-request-activation-file@v2
1313 # Upload artifact (Unity_v20XX.X.XXXX.alf)
1414 - name : Expose as artifact
15- uses : actions/upload-artifact@v2
15+ uses : actions/upload-artifact@v4
1616 with :
1717 name : ${{ steps.getManualLicenseFile.outputs.filePath }}
1818 path : ${{ steps.getManualLicenseFile.outputs.filePath }}
Original file line number Diff line number Diff line change 3737 testMode : ${{ matrix.testMode }}
3838 artifactsPath : ${{ matrix.testMode }}-artifacts
3939 checkName : ${{ matrix.testMode }} Test Results
40- - uses : actions/upload-artifact@v3
40+ - uses : actions/upload-artifact@v4
4141 if : always()
4242 with :
4343 name : Test results for ${{ matrix.testMode }}
Original file line number Diff line number Diff line change 88 name : split upm branch
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v4
1212 with :
1313 fetch-depth : 0
1414 - name : split upm branch
Original file line number Diff line number Diff line change 88 name : split upm branch
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v4
1212 with :
1313 fetch-depth : 0
1414 - name : split upm branch
You can’t perform that action at this time.
0 commit comments