Skip to content

Commit b51b4ca

Browse files
authored
Merge pull request #6911 from BOINC/vko_update_actions
[ci] update actions
2 parents 11c12a0 + 906ad91 commit b51b4ca

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

.github/workflows/android.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,31 +110,31 @@ jobs:
110110
fetch-depth: 2
111111

112112
- name: Download armv6 client
113-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
113+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
114114
with:
115115
name: android_client_armv6_${{ github.event.pull_request.head.sha }}
116116
path: android/BOINC/app/src/main/assets/
117117

118118
- name: Download arm client
119-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
119+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
120120
with:
121121
name: android_client_arm_${{ github.event.pull_request.head.sha }}
122122
path: android/BOINC/app/src/main/assets/
123123

124124
- name: Download arm64 client
125-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
125+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
126126
with:
127127
name: android_client_arm64_${{ github.event.pull_request.head.sha }}
128128
path: android/BOINC/app/src/main/assets/
129129

130130
- name: Download x86 client
131-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
131+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
132132
with:
133133
name: android_client_x86_${{ github.event.pull_request.head.sha }}
134134
path: android/BOINC/app/src/main/assets/
135135

136136
- name: Download x86_64 client
137-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
137+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
138138
with:
139139
name: android_client_x86_64_${{ github.event.pull_request.head.sha }}
140140
path: android/BOINC/app/src/main/assets/

.github/workflows/linux-package.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -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

.github/workflows/test-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3030
- name: Download artifacts
31-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
31+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
3232
with:
3333
github-token: ${{ secrets.ACTIONS_TEST_REPORT_TOKEN }}
3434
run-id: ${{ github.event.workflow_run.id }}

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
271271
- name: Download installer artifact
272272
if: success()
273-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
273+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
274274
with:
275275
name: win_installer_${{matrix.platform}}_${{github.event.pull_request.head.sha}}
276276

0 commit comments

Comments
 (0)