File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7171 precommit_url : ${{ steps.fetch_url.outputs.url }}
7272
7373 steps :
74- - uses : actions/download-artifact@v4
74+ - uses : actions/download-artifact@v5
7575 with :
7676 name : build-artifact
7777
Original file line number Diff line number Diff line change 7474 needs : [build]
7575
7676 steps :
77- - uses : actions/download-artifact@v4
77+ - uses : actions/download-artifact@v5
7878 with :
7979 name : ' build-artifact'
8080
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ jobs:
312312 target : ${{fromJson(needs.set_deployment_targets.outputs.deployment_targets)}}
313313
314314 steps :
315- - uses : actions/download-artifact@v4
315+ - uses : actions/download-artifact@v5
316316 with :
317317 name : ' build-artifact'
318318
@@ -341,11 +341,11 @@ jobs:
341341 release_url : ${{ steps.release.outputs.url }}
342342
343343 steps :
344- - uses : actions/download-artifact@v4
344+ - uses : actions/download-artifact@v5
345345 with :
346346 name : ' changelog'
347347
348- - uses : actions/download-artifact@v4
348+ - uses : actions/download-artifact@v5
349349 with :
350350 name : ' unit-tests-report'
351351
You can’t perform that action at this time.
0 commit comments