@@ -167,7 +167,7 @@ jobs:
167167
168168 - name : Download
169169 if : success()
170- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
170+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
171171 with :
172172 name : linux-package_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
173173 path : pkgs/
@@ -285,7 +285,7 @@ jobs:
285285
286286 - name : Download
287287 if : success()
288- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
288+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
289289 with :
290290 name : linux-package_${{ matrix.type }}_${{ github.event.pull_request.head.sha }}
291291 path : pkgs/
@@ -646,13 +646,13 @@ jobs:
646646
647647 - name : Download client
648648 if : success()
649- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
649+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
650650 with :
651651 name : linux-package_client_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
652652
653653 - name : Download manager
654654 if : success()
655- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
655+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
656656 with :
657657 name : linux-package_manager_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
658658
@@ -728,13 +728,13 @@ jobs:
728728
729729 - name : Download client
730730 if : success()
731- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
731+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
732732 with :
733733 name : linux-package_client_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
734734
735735 - name : Download manager
736736 if : success()
737- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
737+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
738738 with :
739739 name : linux-package_manager_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
740740
@@ -796,13 +796,13 @@ jobs:
796796
797797 - name : Download client
798798 if : success()
799- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
799+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
800800 with :
801801 name : linux-package_client_fc${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
802802
803803 - name : Download manager
804804 if : success()
805- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
805+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
806806 with :
807807 name : linux-package_manager_fc${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
808808
@@ -870,13 +870,13 @@ jobs:
870870
871871 - name : Download client
872872 if : success()
873- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
873+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
874874 with :
875875 name : linux-package_client_suse${{ env.OS }}_${{ github.event.pull_request.head.sha }}
876876
877877 - name : Download manager
878878 if : success()
879- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
879+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
880880 with :
881881 name : linux-package_manager_suse${{ env.OS }}_${{ github.event.pull_request.head.sha }}
882882
@@ -930,13 +930,13 @@ jobs:
930930
931931 - name : Download client
932932 if : ${{ success() && env.SKIP_RUN == 0 }}
933- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
933+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
934934 with :
935935 name : linux-package_client_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
936936
937937 - name : Download manager
938938 if : ${{ success() && env.SKIP_RUN == 0 }}
939- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
939+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
940940 with :
941941 name : linux-package_manager_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
942942
@@ -1029,13 +1029,13 @@ jobs:
10291029
10301030 - name : Download client
10311031 if : ${{ success() && env.SKIP_RUN == 0 }}
1032- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
1032+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
10331033 with :
10341034 name : linux-package_client_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
10351035
10361036 - name : Download manager
10371037 if : ${{ success() && env.SKIP_RUN == 0 }}
1038- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
1038+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
10391039 with :
10401040 name : linux-package_manager_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
10411041
0 commit comments