30
30
needs : checkout
31
31
runs-on : ubuntu-latest
32
32
steps :
33
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
33
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
34
34
with :
35
35
name : checkout.tar
36
36
56
56
checks : write
57
57
58
58
steps :
59
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
59
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
60
60
with :
61
61
name : codebase.tar
62
62
- name : Untar files
75
75
runs-on : ubuntu-latest
76
76
needs : js-get-deps
77
77
steps :
78
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
78
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
79
79
with :
80
80
name : codebase.tar
81
81
- name : Untar files
99
99
- build-web-ui
100
100
if : ${{ github.ref == 'refs/heads/main' }}
101
101
steps :
102
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
102
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
103
103
with :
104
104
name : webui.tar
105
105
- name : Untar files
@@ -114,7 +114,7 @@ jobs:
114
114
runs-on : ubuntu-latest
115
115
needs : js-get-deps
116
116
steps :
117
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
117
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
118
118
with :
119
119
name : codebase.tar
120
120
- name : Untar files
@@ -202,14 +202,14 @@ jobs:
202
202
e2e : " e2e"
203
203
204
204
steps :
205
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
205
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
206
206
with :
207
207
name : checkout.tar
208
208
209
209
- name : Untar files
210
210
run : tar -xf checkout.tar ./
211
211
212
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
212
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
213
213
if : matrix.e2e == 'e2e'
214
214
with :
215
215
name : psp-migration-linuxstatic-x64
@@ -308,38 +308,38 @@ jobs:
308
308
309
309
steps :
310
310
311
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
311
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
312
312
with :
313
313
name : psp-migration-alpine-arm64
314
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
314
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
315
315
with :
316
316
name : psp-migration-alpine-x64
317
317
318
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
318
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
319
319
with :
320
320
name : psp-migration-linux-arm64
321
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
321
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
322
322
with :
323
323
name : psp-migration-linux-x64
324
324
325
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
325
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
326
326
with :
327
327
name : psp-migration-linuxstatic-arm64
328
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
328
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
329
329
with :
330
330
name : psp-migration-linuxstatic-x64
331
331
332
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
332
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
333
333
with :
334
334
name : psp-migration-win-arm64.exe
335
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
335
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
336
336
with :
337
337
name : psp-migration-win-x64.exe
338
338
339
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
339
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
340
340
with :
341
341
name : psp-migration-macos-arm64
342
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
342
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
343
343
with :
344
344
name : psp-migration-macos-x64
345
345
@@ -356,7 +356,7 @@ jobs:
356
356
security-events : write
357
357
needs : checkout
358
358
steps :
359
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
359
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
360
360
with :
361
361
name : checkout.tar
362
362
0 commit comments