File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -472,15 +472,15 @@ jobs:
472472
473473 - name : Merge logs into a single archive
474474 if : ${{ !failure() }}
475- uses : actions/upload-artifact/merge@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
475+ uses : actions/upload-artifact/merge@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
476476 with :
477477 name : logs.zip
478478 pattern : logs-*.zip
479479 separate-directories : true
480480 delete-merged : true
481481
482482 - name : Download artifacts
483- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
483+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
484484 with :
485485 path : .
486486
@@ -600,7 +600,7 @@ jobs:
600600 - uses : jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
601601
602602 - name : Download the artifact
603- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
603+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
604604 with :
605605 name : ansible-extension-build-${{ github.event.number || github.run_id }}.zip
606606
@@ -631,7 +631,7 @@ jobs:
631631 - check
632632 steps :
633633 - name : Download the artifact
634- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
634+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
635635 with :
636636 name : " @ansible-ansible-language-server-build-${{ github.event.number || github.run_id }}.tgz"
637637
You can’t perform that action at this time.
0 commit comments