90
90
branch : ${{ github.head_ref }}
91
91
92
92
- name : Upload build assets
93
- uses : actions/upload-artifact@v4
93
+ uses : actions/upload-artifact@v3
94
94
with :
95
95
name : build-assets
96
96
path : dist
@@ -117,7 +117,7 @@ jobs:
117
117
path : dir1
118
118
119
119
- name : Download build assets
120
- uses : actions/download-artifact@v4
120
+ uses : actions/download-artifact@v3
121
121
with :
122
122
name : build-assets
123
123
path : dir1/dist
@@ -143,7 +143,7 @@ jobs:
143
143
bash
144
144
145
145
- name : Download build assets
146
- uses : actions/download-artifact@v4
146
+ uses : actions/download-artifact@v3
147
147
with :
148
148
name : build-assets
149
149
path : dir2/dist
@@ -190,7 +190,7 @@ jobs:
190
190
fetch-depth : 0
191
191
192
192
- name : Download build assets
193
- uses : actions/download-artifact@v4
193
+ uses : actions/download-artifact@v3
194
194
with :
195
195
name : build-assets
196
196
@@ -248,7 +248,7 @@ jobs:
248
248
fetch-depth : 0
249
249
250
250
- name : Download build assets
251
- uses : actions/download-artifact@v4
251
+ uses : actions/download-artifact@v3
252
252
with :
253
253
name : build-assets
254
254
@@ -290,7 +290,7 @@ jobs:
290
290
fetch-depth : 0
291
291
292
292
- name : Download build assets
293
- uses : actions/download-artifact@v4
293
+ uses : actions/download-artifact@v3
294
294
with :
295
295
name : build-assets
296
296
@@ -327,7 +327,7 @@ jobs:
327
327
fetch-depth : ${{ matrix.fetch-depth }}
328
328
329
329
- name : Download build assets
330
- uses : actions/download-artifact@v4
330
+ uses : actions/download-artifact@v3
331
331
with :
332
332
name : build-assets
333
333
@@ -358,7 +358,7 @@ jobs:
358
358
ref : ${{ github.event.pull_request.head.sha }}
359
359
360
360
- name : Download build assets
361
- uses : actions/download-artifact@v4
361
+ uses : actions/download-artifact@v3
362
362
with :
363
363
name : build-assets
364
364
@@ -392,7 +392,7 @@ jobs:
392
392
repository : ${{ github.event.pull_request.head.repo.full_name }}
393
393
394
394
- name : Download build assets
395
- uses : actions/download-artifact@v4
395
+ uses : actions/download-artifact@v3
396
396
with :
397
397
name : build-assets
398
398
@@ -417,7 +417,7 @@ jobs:
417
417
uses : actions/checkout@v4
418
418
419
419
- name : Download build assets
420
- uses : actions/download-artifact@v4
420
+ uses : actions/download-artifact@v3
421
421
with :
422
422
name : build-assets
423
423
@@ -471,7 +471,7 @@ jobs:
471
471
uses : actions/checkout@v4
472
472
473
473
- name : Download build assets
474
- uses : actions/download-artifact@v4
474
+ uses : actions/download-artifact@v3
475
475
with :
476
476
name : build-assets
477
477
@@ -531,7 +531,7 @@ jobs:
531
531
path : dir1
532
532
533
533
- name : Download build assets
534
- uses : actions/download-artifact@v4
534
+ uses : actions/download-artifact@v3
535
535
with :
536
536
name : build-assets
537
537
path : dir1/dist
@@ -566,7 +566,7 @@ jobs:
566
566
fetch-depth : ${{ matrix.fetch-depth }}
567
567
568
568
- name : Download build assets
569
- uses : actions/download-artifact@v4
569
+ uses : actions/download-artifact@v3
570
570
with :
571
571
name : build-assets
572
572
@@ -609,7 +609,7 @@ jobs:
609
609
fetch-depth : ${{ matrix.fetch-depth }}
610
610
611
611
- name : Download build assets
612
- uses : actions/download-artifact@v4
612
+ uses : actions/download-artifact@v3
613
613
with :
614
614
name : build-assets
615
615
@@ -684,7 +684,7 @@ jobs:
684
684
fetch-depth : ${{ matrix.fetch-depth }}
685
685
686
686
- name : Download build assets
687
- uses : actions/download-artifact@v4
687
+ uses : actions/download-artifact@v3
688
688
with :
689
689
name : build-assets
690
690
@@ -949,7 +949,7 @@ jobs:
949
949
fetch-depth : ${{ matrix.fetch-depth }}
950
950
951
951
- name : Download build assets
952
- uses : actions/download-artifact@v4
952
+ uses : actions/download-artifact@v3
953
953
with :
954
954
name : build-assets
955
955
@@ -998,7 +998,7 @@ jobs:
998
998
repository : ${{ github.event.pull_request.head.repo.full_name }}
999
999
fetch-depth : ${{ matrix.fetch-depth }}
1000
1000
- name : Download build assets
1001
- uses : actions/download-artifact@v4
1001
+ uses : actions/download-artifact@v3
1002
1002
with :
1003
1003
name : build-assets
1004
1004
- name : Dump GitHub context
0 commit comments