@@ -105,7 +105,7 @@ jobs:
105
105
run : |
106
106
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-php/with-php/' | sed 's/without-php_extension/with-php_extension/' )
107
107
108
- - uses : actions/download-artifact@v4
108
+ - uses : actions/download-artifact@v5
109
109
with :
110
110
name : thrift-compiler
111
111
path : compiler/cpp
@@ -159,7 +159,7 @@ jobs:
159
159
run : |
160
160
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-go/with-go/')
161
161
162
- - uses : actions/download-artifact@v4
162
+ - uses : actions/download-artifact@v5
163
163
with :
164
164
name : thrift-compiler
165
165
path : compiler/cpp
@@ -237,7 +237,7 @@ jobs:
237
237
run : |
238
238
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-java/with-java/' | sed 's/without-kotlin/with-kotlin/')
239
239
240
- - uses : actions/download-artifact@v4
240
+ - uses : actions/download-artifact@v5
241
241
with :
242
242
name : thrift-compiler
243
243
path : compiler/cpp
@@ -328,7 +328,7 @@ jobs:
328
328
run : |
329
329
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-netstd/with-netstd/')
330
330
331
- - uses : actions/download-artifact@v4
331
+ - uses : actions/download-artifact@v5
332
332
with :
333
333
name : thrift-compiler
334
334
path : compiler/cpp
@@ -377,7 +377,7 @@ jobs:
377
377
run : |
378
378
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-swift/with-swift/')
379
379
380
- - uses : actions/download-artifact@v4
380
+ - uses : actions/download-artifact@v5
381
381
with :
382
382
name : thrift-compiler
383
383
path : compiler/cpp
@@ -430,7 +430,7 @@ jobs:
430
430
run : |
431
431
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-rs/with-rs/')
432
432
433
- - uses : actions/download-artifact@v4
433
+ - uses : actions/download-artifact@v5
434
434
with :
435
435
name : thrift-compiler
436
436
path : compiler/cpp
@@ -501,7 +501,7 @@ jobs:
501
501
run : |
502
502
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed 's/without-py3/with-py3/')
503
503
504
- - uses : actions/download-artifact@v4
504
+ - uses : actions/download-artifact@v5
505
505
with :
506
506
name : thrift-compiler
507
507
path : compiler/cpp
@@ -536,7 +536,7 @@ jobs:
536
536
run : |
537
537
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed -E 's/without-node([tj])s/with-node\1s/g')
538
538
539
- - uses : actions/download-artifact@v4
539
+ - uses : actions/download-artifact@v5
540
540
with :
541
541
name : thrift-compiler
542
542
path : compiler/cpp
@@ -573,7 +573,7 @@ jobs:
573
573
run : |
574
574
./configure $(echo $CONFIG_ARGS_FOR_LIBS | sed -E 's/without-cpp/with-cpp/g')
575
575
576
- - uses : actions/download-artifact@v4
576
+ - uses : actions/download-artifact@v5
577
577
with :
578
578
name : thrift-compiler
579
579
path : compiler/cpp
@@ -657,38 +657,38 @@ jobs:
657
657
libevent-dev
658
658
659
659
- name : Download java precross artifacts
660
- uses : actions/download-artifact@v4
660
+ uses : actions/download-artifact@v5
661
661
with :
662
662
name : java-precross
663
663
path : lib/java/build
664
664
665
665
- name : Download kotlin precross artifacts
666
- uses : actions/download-artifact@v4
666
+ uses : actions/download-artifact@v5
667
667
with :
668
668
name : kotlin-precross
669
669
path : lib/kotlin
670
670
671
671
# swift is currently broken and no maintainers around -> see THRIFT-5864
672
672
# - name: Download swift precross artifacts
673
- # uses: actions/download-artifact@v4
673
+ # uses: actions/download-artifact@v5
674
674
# with:
675
675
# name: swift-precross
676
676
# path: test/swift/CrossTests/.build/x86_64-unknown-linux-gnu/debug
677
677
678
678
- name : Download rust precross artifacts
679
- uses : actions/download-artifact@v4
679
+ uses : actions/download-artifact@v5
680
680
with :
681
681
name : rs-precross
682
682
path : test/rs/bin
683
683
684
684
- name : Download go precross artifacts
685
- uses : actions/download-artifact@v4
685
+ uses : actions/download-artifact@v5
686
686
with :
687
687
name : go-precross
688
688
path : test/go/bin
689
689
690
690
- name : Download cpp precross artifacts
691
- uses : actions/download-artifact@v4
691
+ uses : actions/download-artifact@v5
692
692
with :
693
693
name : cpp-precross
694
694
path : .
0 commit comments