File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
unityVersion : ${{ matrix.unityVersion }}
20
20
- name : Expose as artifact
21
- uses : actions/upload-artifact@v1
21
+ uses : actions/upload-artifact@v4
22
22
with :
23
23
name : ${{ steps.getManualLicenseFile.outputs.filePath }}
24
24
path : ${{ steps.getManualLicenseFile.outputs.filePath }}
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159
159
- uses : actions/setup-dotnet@v4
160
160
if : matrix.performance
161
161
with :
162
- dotnet-version : ' 3.1.x'
162
+ dotnet-version : " 3.1.x"
163
163
cache : true
164
164
165
165
- name : Generate Performance Report
@@ -227,7 +227,7 @@ jobs:
227
227
file : ReactUnityTestBadge.svg
228
228
229
229
- name : Upload Test Result Artifacts
230
- uses : actions/upload-artifact@v3
230
+ uses : actions/upload-artifact@v4
231
231
if : always()
232
232
with :
233
233
name : " ${{ matrix.suite.name }} ${{ matrix.unity.version }}"
@@ -250,7 +250,7 @@ jobs:
250
250
flags : unittests
251
251
252
252
- name : Upload Code Coverage Artifacts
253
- uses : actions/upload-artifact@v3
253
+ uses : actions/upload-artifact@v4
254
254
if : always() && matrix.main && matrix.coverage && contains(github.event.head_commit.message, '[coverage]')
255
255
with :
256
256
name : " ${{ matrix.suite.name }} ${{ matrix.unity.version }} Code Coverage"
You can’t perform that action at this time.
0 commit comments