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 12
12
uses : game-ci/unity-request-activation-file@v2
13
13
# Upload artifact (Unity_v20XX.X.XXXX.alf)
14
14
- name : Expose as artifact
15
- uses : actions/upload-artifact@v2
15
+ uses : actions/upload-artifact@v4
16
16
with :
17
17
name : ${{ steps.getManualLicenseFile.outputs.filePath }}
18
18
path : ${{ steps.getManualLicenseFile.outputs.filePath }}
Original file line number Diff line number Diff line change 37
37
testMode : ${{ matrix.testMode }}
38
38
artifactsPath : ${{ matrix.testMode }}-artifacts
39
39
checkName : ${{ matrix.testMode }} Test Results
40
- - uses : actions/upload-artifact@v3
40
+ - uses : actions/upload-artifact@v4
41
41
if : always()
42
42
with :
43
43
name : Test results for ${{ matrix.testMode }}
Original file line number Diff line number Diff line change 8
8
name : split upm branch
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v4
12
12
with :
13
13
fetch-depth : 0
14
14
- name : split upm branch
Original file line number Diff line number Diff line change 8
8
name : split upm branch
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v4
12
12
with :
13
13
fetch-depth : 0
14
14
- name : split upm branch
You can’t perform that action at this time.
0 commit comments