9090 branch : ${{ github.head_ref }}
9191
9292 - name : Upload build assets
93- uses : actions/upload-artifact@v4
93+ uses : actions/upload-artifact@v3
9494 with :
9595 name : build-assets
9696 path : dist
@@ -117,7 +117,7 @@ jobs:
117117 path : dir1
118118
119119 - name : Download build assets
120- uses : actions/download-artifact@v4
120+ uses : actions/download-artifact@v3
121121 with :
122122 name : build-assets
123123 path : dir1/dist
@@ -143,7 +143,7 @@ jobs:
143143 bash
144144
145145 - name : Download build assets
146- uses : actions/download-artifact@v4
146+ uses : actions/download-artifact@v3
147147 with :
148148 name : build-assets
149149 path : dir2/dist
@@ -190,7 +190,7 @@ jobs:
190190 fetch-depth : 0
191191
192192 - name : Download build assets
193- uses : actions/download-artifact@v4
193+ uses : actions/download-artifact@v3
194194 with :
195195 name : build-assets
196196
@@ -248,7 +248,7 @@ jobs:
248248 fetch-depth : 0
249249
250250 - name : Download build assets
251- uses : actions/download-artifact@v4
251+ uses : actions/download-artifact@v3
252252 with :
253253 name : build-assets
254254
@@ -290,7 +290,7 @@ jobs:
290290 fetch-depth : 0
291291
292292 - name : Download build assets
293- uses : actions/download-artifact@v4
293+ uses : actions/download-artifact@v3
294294 with :
295295 name : build-assets
296296
@@ -327,7 +327,7 @@ jobs:
327327 fetch-depth : ${{ matrix.fetch-depth }}
328328
329329 - name : Download build assets
330- uses : actions/download-artifact@v4
330+ uses : actions/download-artifact@v3
331331 with :
332332 name : build-assets
333333
@@ -358,7 +358,7 @@ jobs:
358358 ref : ${{ github.event.pull_request.head.sha }}
359359
360360 - name : Download build assets
361- uses : actions/download-artifact@v4
361+ uses : actions/download-artifact@v3
362362 with :
363363 name : build-assets
364364
@@ -392,7 +392,7 @@ jobs:
392392 repository : ${{ github.event.pull_request.head.repo.full_name }}
393393
394394 - name : Download build assets
395- uses : actions/download-artifact@v4
395+ uses : actions/download-artifact@v3
396396 with :
397397 name : build-assets
398398
@@ -417,7 +417,7 @@ jobs:
417417 uses : actions/checkout@v4
418418
419419 - name : Download build assets
420- uses : actions/download-artifact@v4
420+ uses : actions/download-artifact@v3
421421 with :
422422 name : build-assets
423423
@@ -471,7 +471,7 @@ jobs:
471471 uses : actions/checkout@v4
472472
473473 - name : Download build assets
474- uses : actions/download-artifact@v4
474+ uses : actions/download-artifact@v3
475475 with :
476476 name : build-assets
477477
@@ -531,7 +531,7 @@ jobs:
531531 path : dir1
532532
533533 - name : Download build assets
534- uses : actions/download-artifact@v4
534+ uses : actions/download-artifact@v3
535535 with :
536536 name : build-assets
537537 path : dir1/dist
@@ -566,7 +566,7 @@ jobs:
566566 fetch-depth : ${{ matrix.fetch-depth }}
567567
568568 - name : Download build assets
569- uses : actions/download-artifact@v4
569+ uses : actions/download-artifact@v3
570570 with :
571571 name : build-assets
572572
@@ -609,7 +609,7 @@ jobs:
609609 fetch-depth : ${{ matrix.fetch-depth }}
610610
611611 - name : Download build assets
612- uses : actions/download-artifact@v4
612+ uses : actions/download-artifact@v3
613613 with :
614614 name : build-assets
615615
@@ -684,7 +684,7 @@ jobs:
684684 fetch-depth : ${{ matrix.fetch-depth }}
685685
686686 - name : Download build assets
687- uses : actions/download-artifact@v4
687+ uses : actions/download-artifact@v3
688688 with :
689689 name : build-assets
690690
@@ -949,7 +949,7 @@ jobs:
949949 fetch-depth : ${{ matrix.fetch-depth }}
950950
951951 - name : Download build assets
952- uses : actions/download-artifact@v4
952+ uses : actions/download-artifact@v3
953953 with :
954954 name : build-assets
955955
@@ -998,7 +998,7 @@ jobs:
998998 repository : ${{ github.event.pull_request.head.repo.full_name }}
999999 fetch-depth : ${{ matrix.fetch-depth }}
10001000 - name : Download build assets
1001- uses : actions/download-artifact@v4
1001+ uses : actions/download-artifact@v3
10021002 with :
10031003 name : build-assets
10041004 - name : Dump GitHub context
0 commit comments