@@ -522,7 +522,7 @@ jobs:
522
522
- name : Checkout code
523
523
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
524
524
- name : Download all artifact
525
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
525
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
526
526
with :
527
527
path : artifacts/${{ needs.build_details.outputs.sha }}
528
528
- name : List assets to upload
@@ -584,7 +584,7 @@ jobs:
584
584
- name : Set up Docker Buildx
585
585
uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
586
586
- name : Download all artifact
587
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
587
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
588
588
with :
589
589
path : artifacts/${{ needs.build_details.outputs.sha }}
590
590
- name : Get debian package
@@ -638,7 +638,7 @@ jobs:
638
638
- name : Checkout code
639
639
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
640
640
- name : Download all artifact
641
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
641
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
642
642
with :
643
643
path : artifacts/${{ needs.build_details.outputs.sha }}
644
644
- name : Set up Docker Buildx
@@ -690,7 +690,7 @@ jobs:
690
690
- name : Set up Docker Buildx
691
691
uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
692
692
- name : Download all artifact
693
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
693
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
694
694
with :
695
695
path : artifacts/${{ needs.build_details.outputs.sha }}
696
696
- name : Get debian package
@@ -744,7 +744,7 @@ jobs:
744
744
- name : Checkout code
745
745
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
746
746
- name : Download all artifact
747
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
747
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
748
748
with :
749
749
path : artifacts/${{ needs.build_details.outputs.sha }}
750
750
- name : Set up Docker Buildx
0 commit comments