6363 fetch-depth : 2
6464
6565 - name : Cache dependencies
66- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
66+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
6767 with :
6868 path : ${{ env.AUTOCONF_WITH_VERSION }}.tar.gz
6969 key : ${{ env.AUTOCONF_WITH_VERSION }}.tar.gz
@@ -146,7 +146,7 @@ jobs:
146146
147147 - name : Upload logs on failure
148148 if : ${{ failure() }}
149- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
149+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
150150 with :
151151 name : linux-package_logs_${{ matrix.type }}_${{ matrix.arch }}_${{ github.event.pull_request.head.sha }}
152152 path : deploy/logs.7z
@@ -156,7 +156,7 @@ jobs:
156156 run : python3 ./deploy/prepare_deployment.py linux_${{ matrix.type }}
157157
158158 - name : Upload artifacts
159- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
159+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
160160 if : success()
161161 with :
162162 name : linux-package_${{ matrix.type }}_${{ matrix.arch }}_${{ github.event.pull_request.head.sha }}
@@ -204,7 +204,7 @@ jobs:
204204
205205 - name : Download
206206 if : success()
207- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
207+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
208208 with :
209209 name : linux-package_${{ matrix.type }}_${{ matrix.arch }}_${{ github.event.pull_request.head.sha }}
210210 path : pkgs/
@@ -262,7 +262,7 @@ jobs:
262262 dpkg-deb --info "${{ github.workspace }}/${PKG_FULL}.deb"
263263
264264 - name : Upload artifacts
265- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
265+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
266266 if : success()
267267 with :
268268 name : linux-package_${{ matrix.type }}_${{ matrix.arch }}_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
@@ -333,7 +333,7 @@ jobs:
333333
334334 - name : Download
335335 if : success()
336- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
336+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
337337 with :
338338 name : linux-package_${{ matrix.type }}_${{ matrix.arch }}_${{ github.event.pull_request.head.sha }}
339339 path : pkgs/
@@ -651,7 +651,7 @@ jobs:
651651 rpm -qp --qf '%|DSAHEADER?{%{DSAHEADER:pgpsig}}:{%|RSAHEADER?{%{RSAHEADER:pgpsig}}:{(none)}|}|\n' "RPMS/${{ env.ARCH }}/${PKG_FULL}.rpm"
652652
653653 - name : Upload artifacts
654- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
654+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
655655 if : success()
656656 with :
657657 name : linux-package_${{ matrix.type }}_${{ matrix.arch }}_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
@@ -711,13 +711,13 @@ jobs:
711711
712712 - name : Download client
713713 if : success()
714- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
714+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
715715 with :
716716 name : linux-package_client_${{ matrix.arch }}_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
717717
718718 - name : Download manager
719719 if : success()
720- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
720+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
721721 with :
722722 name : linux-package_manager_${{ matrix.arch }}_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
723723
@@ -794,13 +794,13 @@ jobs:
794794
795795 - name : Download client
796796 if : success()
797- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
797+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
798798 with :
799799 name : linux-package_client_${{ matrix.arch}}_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
800800
801801 - name : Download manager
802802 if : success()
803- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
803+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
804804 with :
805805 name : linux-package_manager_${{ matrix.arch }}_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
806806
@@ -885,13 +885,13 @@ jobs:
885885
886886 - name : Download client
887887 if : success()
888- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
888+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
889889 with :
890890 name : linux-package_client_${{ matrix.arch }}_fc${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
891891
892892 - name : Download manager
893893 if : success()
894- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
894+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
895895 with :
896896 name : linux-package_manager_${{ matrix.arch }}_fc${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
897897
@@ -961,13 +961,13 @@ jobs:
961961
962962 - name : Download client
963963 if : success()
964- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
964+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
965965 with :
966966 name : linux-package_client_${{ matrix.arch }}_suse${{ env.OS }}_${{ github.event.pull_request.head.sha }}
967967
968968 - name : Download manager
969969 if : success()
970- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
970+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
971971 with :
972972 name : linux-package_manager_${{ matrix.arch }}_suse${{ env.OS }}_${{ github.event.pull_request.head.sha }}
973973
@@ -1039,25 +1039,25 @@ jobs:
10391039
10401040 - name : Download client arm64
10411041 if : ${{ success() && env.SKIP_RUN == 0 }}
1042- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
1042+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
10431043 with :
10441044 name : linux-package_client_arm64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
10451045
10461046 - name : Download client amd64
10471047 if : ${{ success() && env.SKIP_RUN == 0 }}
1048- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
1048+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
10491049 with :
10501050 name : linux-package_client_amd64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
10511051
10521052 - name : Download manager arm64
10531053 if : ${{ success() && env.SKIP_RUN == 0 }}
1054- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
1054+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
10551055 with :
10561056 name : linux-package_manager_arm64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
10571057
10581058 - name : Download manager amd64
10591059 if : ${{ success() && env.SKIP_RUN == 0 }}
1060- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
1060+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
10611061 with :
10621062 name : linux-package_manager_amd64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
10631063
@@ -1069,7 +1069,7 @@ jobs:
10691069 cd ${{ github.workspace }}/.github/workflows/debrepo/
10701070 ./repo_update.sh "$ALLOW_CREATE" ${{ env.BASEREPO }} ${{ github.workspace }} ${{ matrix.os }} ${{ env.RELEASE_TYPE }} ${{ env.PUBKEY }}
10711071
1072- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
1072+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
10731073 if : ${{ success() && env.SKIP_RUN == 0 }}
10741074 with :
10751075 name : repo-${{ env.RELEASE_TYPE }}-${{ matrix.os }}
@@ -1149,25 +1149,25 @@ jobs:
11491149
11501150 - name : Download client arm64
11511151 if : ${{ success() && env.SKIP_RUN == 0 }}
1152- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
1152+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
11531153 with :
11541154 name : linux-package_client_arm64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
11551155
11561156 - name : Download client amd64
11571157 if : ${{ success() && env.SKIP_RUN == 0 }}
1158- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
1158+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
11591159 with :
11601160 name : linux-package_client_amd64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
11611161
11621162 - name : Download manager arm64
11631163 if : ${{ success() && env.SKIP_RUN == 0 }}
1164- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
1164+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
11651165 with :
11661166 name : linux-package_manager_arm64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
11671167
11681168 - name : Download manager amd64
11691169 if : ${{ success() && env.SKIP_RUN == 0 }}
1170- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
1170+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
11711171 with :
11721172 name : linux-package_manager_amd64_${{ matrix.os }}_${{ github.event.pull_request.head.sha }}
11731173
@@ -1183,7 +1183,7 @@ jobs:
11831183 # Updates or creates the repository
11841184 ./repo_update.sh "$ALLOW_CREATE" ${{ env.BASEREPO }} ${CWD} ${{ matrix.os }} ${{ env.RELEASE_TYPE }} ${{ env.PUBKEY }} ${{ env.PUBKEY_HASH }}
11851185
1186- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
1186+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
11871187 if : ${{ success() && env.SKIP_RUN == 0 }}
11881188 with :
11891189 name : repo-${{ env.RELEASE_TYPE }}-${{ matrix.os }}
0 commit comments