6060 cache_strategy : ${{ steps.set_defaults.outputs.cache_strategy }}
6161 steps :
6262 - name : Checkout code
63- uses : actions/checkout@v4
63+ uses : actions/checkout@v6
6464 with :
6565 fetch-depth : 0
6666 fetch-tags : true
@@ -148,13 +148,13 @@ jobs:
148148 timeout-minutes : 360
149149 steps :
150150 - name : Checkout code
151- uses : actions/checkout@v4
151+ uses : actions/checkout@v6
152152 with :
153153 fetch-depth : 0
154154 ref : ${{ github.event.pull_request.head.ref || github.ref_name }}
155155
156156 - name : Setup python
157- uses : actions/setup-python@v5
157+ uses : actions/setup-python@v6
158158 with :
159159 python-version : 3.12.3
160160
@@ -205,7 +205,7 @@ jobs:
205205
206206 - name : Upload artifact
207207 id : upload-artifact
208- uses : actions/upload-artifact@v4
208+ uses : actions/upload-artifact@v6
209209 with :
210210 name : ${{ env.artifact_name }}
211211 path : build
@@ -249,7 +249,7 @@ jobs:
249249
250250 - name : Upload cloud logs
251251 if : always()
252- uses : actions/upload-artifact@v4
252+ uses : actions/upload-artifact@v6
253253 with :
254254 name : web_unity_log
255255 path : unity_cloud_log.log
@@ -286,7 +286,7 @@ jobs:
286286
287287 steps :
288288 - name : Checkout repo (for project link/config)
289- uses : actions/checkout@v4
289+ uses : actions/checkout@v6
290290 with :
291291 fetch-depth : 1
292292 clean : false
@@ -298,7 +298,7 @@ jobs:
298298 run : vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
299299
300300 - name : Download built artifact
301- uses : actions/download-artifact@v4
301+ uses : actions/download-artifact@v7
302302 with :
303303 name : aang-renderer
304304 path : .vercel/output/static
0 commit comments