File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-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@v3
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 @@ -18,10 +18,12 @@ jobs:
1818 uses : game-ci/unity-test-runner@v4
1919 env :
2020 UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
21+ UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
22+ UNITY_PASSWORD : ${{ secrets.UNITY_PASSWORD }}
2123 with :
2224 githubToken : ${{ secrets.GITHUB_TOKEN }}
2325 - name : Upload results
24- uses : actions/upload-artifact@v3
26+ uses : actions/upload-artifact@v4
2527 with :
2628 name : unity-test-results
2729 path : artifacts
Original file line number Diff line number Diff line change 3333 targetPlatform : ${{ matrix.targetPlatform }}
3434
3535 - name : Upload artifact
36- uses : actions/upload-artifact@v3
36+ uses : actions/upload-artifact@v4
3737 with :
3838 name : Frog-${{ matrix.targetPlatform }}
3939 path : build/${{ matrix.targetPlatform }}
6060 targetPlatform : ${{ matrix.targetPlatform }}
6161
6262 - name : Upload artifact
63- uses : actions/upload-artifact@v3
63+ uses : actions/upload-artifact@v4
6464 with :
6565 name : Frog-${{ matrix.targetPlatform }}
6666 path : build/${{ matrix.targetPlatform }}
You can’t perform that action at this time.
0 commit comments