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 1818 with :
1919 unityVersion : ${{ matrix.unityVersion }}
2020 - name : Expose as artifact
21- uses : actions/upload-artifact@v1
21+ uses : actions/upload-artifact@v4
2222 with :
2323 name : ${{ steps.getManualLicenseFile.outputs.filePath }}
2424 path : ${{ steps.getManualLicenseFile.outputs.filePath }}
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 - uses : actions/setup-dotnet@v4
160160 if : matrix.performance
161161 with :
162- dotnet-version : ' 3.1.x'
162+ dotnet-version : " 3.1.x"
163163 cache : true
164164
165165 - name : Generate Performance Report
@@ -227,7 +227,7 @@ jobs:
227227 file : ReactUnityTestBadge.svg
228228
229229 - name : Upload Test Result Artifacts
230- uses : actions/upload-artifact@v3
230+ uses : actions/upload-artifact@v4
231231 if : always()
232232 with :
233233 name : " ${{ matrix.suite.name }} ${{ matrix.unity.version }}"
@@ -250,7 +250,7 @@ jobs:
250250 flags : unittests
251251
252252 - name : Upload Code Coverage Artifacts
253- uses : actions/upload-artifact@v3
253+ uses : actions/upload-artifact@v4
254254 if : always() && matrix.main && matrix.coverage && contains(github.event.head_commit.message, '[coverage]')
255255 with :
256256 name : " ${{ matrix.suite.name }} ${{ matrix.unity.version }} Code Coverage"
You can’t perform that action at this time.
0 commit comments