File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5252 unityVersion : ${{ env.UNITY_VERSION }}
5353 testMode : all
5454 customParameters : " -nographics"
55- - uses : actions/upload-artifact@v1
55+ - uses : actions/upload-artifact@v5
5656 with :
5757 name : Test results (all modes)
5858 path : ${{ steps.testRunner.outputs.artifactsPath }}
9898 unityVersion : ${{ env.UNITY_VERSION }}
9999 targetPlatform : ${{ matrix.targetPlatform }}
100100
101- - uses : actions/upload-artifact@v1
101+ - uses : actions/upload-artifact@v5
102102 with :
103103 name : Build
104104 path : build
Original file line number Diff line number Diff line change 2828
2929 # Upload artifact (Unity_v20XX.X.XXXX.alf)
3030 - name : Expose as artifact
31- uses : actions/upload-artifact@v1
31+ uses : actions/upload-artifact@v5
3232 with :
3333 name : ${{ steps.alfFile.outputs.filePath }}
3434 path : ${{ steps.alfFile.outputs.filePath }}
Original file line number Diff line number Diff line change 6868 customParameters : -nographics _name "${{ matrix.package-name }}" _version "${{ env.PKG_VERSION }}" _savePath "."
6969
7070 - name : Upload package as artifact
71- uses : actions/upload-artifact@v1
71+ uses : actions/upload-artifact@v5
7272 with :
7373 name : ${{ matrix.package-name }}_v${{ env.PKG_VERSION }}.unitypackage
7474 path : ${{ env.PROJECT_PATH }}/${{ matrix.package-name }}_v${{ env.PKG_VERSION }}.unitypackage
You can’t perform that action at this time.
0 commit comments