File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed
Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1515 TAG : ${{ steps.set_tag.outputs.VERSION }}
1616 BUILD_NAME : ${{ steps.set_build_name.outputs.VERSION }}
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
2121 lfs : true
5555
5656 - name : Version missmatch ❌
5757 if : ${{ !startsWith(needs.variables.outputs.TAG, needs.variables.outputs.UNITY_VERSION) }}
58- uses : actions/github-script@v3
58+ uses : actions/github-script@v4
5959 with :
6060 script : |
6161 core.setFailed('Unity version does not match tag version')
6969 strategy :
7070 fail-fast : false
7171 steps :
72- - uses : actions/checkout@v3
72+ - uses : actions/checkout@v4
7373 with :
7474 fetch-depth : 0
7575 lfs : true
9292 restore-keys : Library-201x-
9393
9494 - name : Build project
95- uses : game-ci/unity-builder@v3
95+ uses : game-ci/unity-builder@v4
9696 env :
9797 UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
98+ UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
99+ UNITY_PASSWORD : ${{ secrets.UNITY_PASSWORD }}
98100 with :
99101 buildMethod : UnityBuilderAction.BuildScript.BuildWithCommandlineArgs
100102 customParameters : -tag ${{ needs.variables.outputs.TAG }}
@@ -136,7 +138,7 @@ jobs:
136138 runs-on : ubuntu-latest
137139 steps :
138140 - name : Checkout code
139- uses : actions/checkout@v3
141+ uses : actions/checkout@v4
140142
141143 - uses : actions/download-artifact@v3
142144 with :
Original file line number Diff line number Diff line change 6060 MERGE_MASTER : ${{ inputs.mergeMaster }}
6161 CUSTOM_PARAMETERS : ${{ inputs.customParameters }}
6262
63- - uses : actions/checkout@v3
63+ - uses : actions/checkout@v4
6464 with :
6565 fetch-depth : 0
6666 lfs : true
@@ -126,10 +126,11 @@ jobs:
126126
127127 - name : Build project
128128 if : ${{ !inputs.tagsOnly }}
129- # TODO change this back to v3 once manual exit is supported there
130- uses : game-ci/unity-builder@main
129+ uses : game-ci/unity-builder@v4
131130 env :
132131 UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
132+ UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
133+ UNITY_PASSWORD : ${{ secrets.UNITY_PASSWORD }}
133134 with :
134135 buildMethod : UnityBuilderAction.UnityPackageScripts.UpgradeAllPackagesToVerifiedVersion
135136 customParameters : ${{ inputs.customParameters }}
You can’t perform that action at this time.
0 commit comments