@@ -221,7 +221,7 @@ jobs:
221221
222222 - name : Download
223223 if : success()
224- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
224+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
225225 with :
226226 name : linux-package_${{ matrix.type }}_${{ matrix.arch }}_${{ github.event.pull_request.head.sha }}
227227 path : pkgs/
@@ -352,7 +352,7 @@ jobs:
352352
353353 - name : Download
354354 if : success()
355- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
355+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
356356 with :
357357 name : linux-package_${{ matrix.type }}_${{ matrix.arch }}_${{ github.event.pull_request.head.sha }}
358358 path : pkgs/
@@ -744,13 +744,13 @@ jobs:
744744
745745 - name : Download client
746746 if : success()
747- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
747+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
748748 with :
749749 name : linux-package_client_${{ matrix.arch }}_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
750750
751751 - name : Download manager
752752 if : success()
753- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
753+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
754754 with :
755755 name : linux-package_manager_${{ matrix.arch }}_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
756756
@@ -840,13 +840,13 @@ jobs:
840840
841841 - name : Download client
842842 if : success()
843- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
843+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
844844 with :
845845 name : linux-package_client_${{ matrix.arch}}_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
846846
847847 - name : Download manager
848848 if : success()
849- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
849+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
850850 with :
851851 name : linux-package_manager_${{ matrix.arch }}_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
852852
@@ -936,13 +936,13 @@ jobs:
936936
937937 - name : Download client
938938 if : success()
939- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
939+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
940940 with :
941941 name : linux-package_client_${{ matrix.arch }}_fc${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
942942
943943 - name : Download manager
944944 if : success()
945- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
945+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
946946 with :
947947 name : linux-package_manager_${{ matrix.arch }}_fc${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
948948
@@ -1017,13 +1017,13 @@ jobs:
10171017
10181018 - name : Download client
10191019 if : success()
1020- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
1020+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
10211021 with :
10221022 name : linux-package_client_${{ matrix.arch }}_suse${{ env.OS }}_${{ github.event.pull_request.head.sha }}
10231023
10241024 - name : Download manager
10251025 if : success()
1026- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
1026+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
10271027 with :
10281028 name : linux-package_manager_${{ matrix.arch }}_suse${{ env.OS }}_${{ github.event.pull_request.head.sha }}
10291029
@@ -1095,37 +1095,37 @@ jobs:
10951095
10961096 - name : Download client arm64
10971097 if : ${{ success() && env.SKIP_RUN == 0 }}
1098- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
1098+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
10991099 with :
11001100 name : linux-package_client_arm64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
11011101
11021102 - name : Download client amd64
11031103 if : ${{ success() && env.SKIP_RUN == 0 }}
1104- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
1104+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
11051105 with :
11061106 name : linux-package_client_amd64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
11071107
11081108 - name : Download client armhf
11091109 if : ${{ success() && env.SKIP_RUN == 0 }}
1110- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
1110+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
11111111 with :
11121112 name : linux-package_client_armhf_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
11131113
11141114 - name : Download manager arm64
11151115 if : ${{ success() && env.SKIP_RUN == 0 }}
1116- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
1116+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
11171117 with :
11181118 name : linux-package_manager_arm64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
11191119
11201120 - name : Download manager amd64
11211121 if : ${{ success() && env.SKIP_RUN == 0 }}
1122- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
1122+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
11231123 with :
11241124 name : linux-package_manager_amd64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
11251125
11261126 - name : Download manager armhf
11271127 if : ${{ success() && env.SKIP_RUN == 0 }}
1128- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
1128+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
11291129 with :
11301130 name : linux-package_manager_armhf_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
11311131
@@ -1217,37 +1217,37 @@ jobs:
12171217
12181218 - name : Download client arm64
12191219 if : ${{ success() && env.SKIP_RUN == 0 }}
1220- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
1220+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
12211221 with :
12221222 name : linux-package_client_arm64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
12231223
12241224 - name : Download client amd64
12251225 if : ${{ success() && env.SKIP_RUN == 0 }}
1226- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
1226+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
12271227 with :
12281228 name : linux-package_client_amd64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
12291229
12301230 - name : Download client armhf
12311231 if : ${{ success() && env.SKIP_RUN == 0 }}
1232- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
1232+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
12331233 with :
12341234 name : linux-package_client_armhf_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
12351235
12361236 - name : Download manager arm64
12371237 if : ${{ success() && env.SKIP_RUN == 0 }}
1238- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
1238+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
12391239 with :
12401240 name : linux-package_manager_arm64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
12411241
12421242 - name : Download manager amd64
12431243 if : ${{ success() && env.SKIP_RUN == 0 }}
1244- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
1244+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
12451245 with :
12461246 name : linux-package_manager_amd64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
12471247
12481248 - name : Download manager armhf
12491249 if : ${{ success() && env.SKIP_RUN == 0 }}
1250- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
1250+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
12511251 with :
12521252 name : linux-package_manager_armhf_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
12531253
0 commit comments