File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182182 uses : actions/checkout@v4
183183
184184 - name : Download all sync artifacts
185- uses : actions/download-artifact@v4
185+ uses : actions/download-artifact@v5
186186 continue-on-error : true
187187 with :
188188 pattern : synced-*
@@ -249,7 +249,7 @@ jobs:
249249
250250 - name : Download merged synced files
251251 if : needs.aggregate-results.result == 'success'
252- uses : actions/download-artifact@v4
252+ uses : actions/download-artifact@v5
253253 with :
254254 name : synced-merged
255255 path : temp-merged
@@ -314,7 +314,7 @@ jobs:
314314
315315 - name : Download final documentation
316316 if : needs.generate-docs.result == 'success'
317- uses : actions/download-artifact@v4
317+ uses : actions/download-artifact@v5
318318 with :
319319 name : synced-final
320320 path : temp-final
@@ -444,7 +444,7 @@ jobs:
444444 uses : actions/checkout@v4
445445
446446 - name : Download final artifact with sync reports
447- uses : actions/download-artifact@v4
447+ uses : actions/download-artifact@v5
448448 continue-on-error : true
449449 with :
450450 name : synced-final
You can’t perform that action at this time.
0 commit comments