@@ -101,11 +101,11 @@ jobs:
101
101
with :
102
102
path : ' ${{ env.CCACHE_DIR }}'
103
103
key : ccache-centos7-release-default-${{github.sha}}
104
- - uses : actions/upload-artifact@v3
104
+ - uses : actions/upload-artifact@v4
105
105
with :
106
106
name : velox-native-lib-centos-7-${{github.sha}}
107
107
path : ./cpp/build/releases/
108
- - uses : actions/upload-artifact@v3
108
+ - uses : actions/upload-artifact@v4
109
109
with :
110
110
name : arrow-jars-centos-7-${{github.sha}}
111
111
path : .m2/repository/org/apache/arrow/
@@ -141,12 +141,12 @@ jobs:
141
141
steps :
142
142
- uses : actions/checkout@v2
143
143
- name : Download All Native Artifacts
144
- uses : actions/download-artifact@v3
144
+ uses : actions/download-artifact@v4
145
145
with :
146
146
name : velox-native-lib-centos-7-${{github.sha}}
147
147
path : ./cpp/build/releases/
148
148
- name : Download All Arrow Jar Artifacts
149
- uses : actions/download-artifact@v3
149
+ uses : actions/download-artifact@v4
150
150
with :
151
151
name : arrow-jars-centos-7-${{github.sha}}
152
152
path : /root/.m2/repository/org/apache/arrow/
@@ -212,12 +212,12 @@ jobs:
212
212
steps :
213
213
- uses : actions/checkout@v2
214
214
- name : Download All Native Artifacts
215
- uses : actions/download-artifact@v3
215
+ uses : actions/download-artifact@v4
216
216
with :
217
217
name : velox-native-lib-centos-7-${{github.sha}}
218
218
path : ./cpp/build/releases/
219
219
- name : Download All Arrow Jar Artifacts
220
- uses : actions/download-artifact@v3
220
+ uses : actions/download-artifact@v4
221
221
with :
222
222
name : arrow-jars-centos-7-${{github.sha}}
223
223
path : /root/.m2/repository/org/apache/arrow/
@@ -284,12 +284,12 @@ jobs:
284
284
steps :
285
285
- uses : actions/checkout@v4
286
286
- name : Download All Native Artifacts
287
- uses : actions/download-artifact@v3
287
+ uses : actions/download-artifact@v4
288
288
with :
289
289
name : velox-native-lib-centos-7-${{github.sha}}
290
290
path : ./cpp/build/releases/
291
291
- name : Download All Arrow Jar Artifacts
292
- uses : actions/download-artifact@v3
292
+ uses : actions/download-artifact@v4
293
293
with :
294
294
name : arrow-jars-centos-7-${{github.sha}}
295
295
path : .m2/repository/org/apache/arrow/
@@ -356,12 +356,12 @@ jobs:
356
356
df -h
357
357
- uses : actions/checkout@v2
358
358
- name : Download All Native Artifacts
359
- uses : actions/download-artifact@v3
359
+ uses : actions/download-artifact@v4
360
360
with :
361
361
name : velox-native-lib-centos-7-${{github.sha}}
362
362
path : ./cpp/build/releases/
363
363
- name : Download All Arrow Jar Artifacts
364
- uses : actions/download-artifact@v3
364
+ uses : actions/download-artifact@v4
365
365
with :
366
366
name : arrow-jars-centos-7-${{github.sha}}
367
367
path : /home/runner/.m2/repository/org/apache/arrow/
@@ -471,12 +471,12 @@ jobs:
471
471
df -h
472
472
- uses : actions/checkout@v2
473
473
- name : Download All Native Artifacts
474
- uses : actions/download-artifact@v3
474
+ uses : actions/download-artifact@v4
475
475
with :
476
476
name : velox-native-lib-centos-7-${{github.sha}}
477
477
path : ./cpp/build/releases/
478
478
- name : Download All Arrow Jar Artifacts
479
- uses : actions/download-artifact@v3
479
+ uses : actions/download-artifact@v4
480
480
with :
481
481
name : arrow-jars-centos-7-${{github.sha}}
482
482
path : /home/runner/.m2/repository/org/apache/arrow/
@@ -514,12 +514,12 @@ jobs:
514
514
steps :
515
515
- uses : actions/checkout@v2
516
516
- name : Download All Native Artifacts
517
- uses : actions/download-artifact@v3
517
+ uses : actions/download-artifact@v4
518
518
with :
519
519
name : velox-native-lib-centos-7-${{github.sha}}
520
520
path : ./cpp/build/releases/
521
521
- name : Download All Arrow Jar Artifacts
522
- uses : actions/download-artifact@v3
522
+ uses : actions/download-artifact@v4
523
523
with :
524
524
name : arrow-jars-centos-7-${{github.sha}}
525
525
path : /root/.m2/repository/org/apache/arrow/
@@ -558,12 +558,12 @@ jobs:
558
558
steps :
559
559
- uses : actions/checkout@v2
560
560
- name : Download All Native Artifacts
561
- uses : actions/download-artifact@v3
561
+ uses : actions/download-artifact@v4
562
562
with :
563
563
name : velox-native-lib-centos-7-${{github.sha}}
564
564
path : ./cpp/build/releases/
565
565
- name : Download All Arrow Jar Artifacts
566
- uses : actions/download-artifact@v3
566
+ uses : actions/download-artifact@v4
567
567
with :
568
568
name : arrow-jars-centos-7-${{github.sha}}
569
569
path : /root/.m2/repository/org/apache/arrow/
@@ -602,11 +602,11 @@ jobs:
602
602
container : apache/gluten:centos-8
603
603
steps :
604
604
- uses : actions/checkout@v2
605
- - uses : actions/download-artifact@v3
605
+ - uses : actions/download-artifact@v4
606
606
with :
607
607
name : velox-native-lib-centos-7-${{github.sha}}
608
608
path : ./cpp/build/releases
609
- - uses : actions/download-artifact@v3
609
+ - uses : actions/download-artifact@v4
610
610
with :
611
611
name : arrow-jars-centos-7-${{github.sha}}
612
612
path : /root/.m2/repository/org/apache/arrow/
@@ -644,12 +644,12 @@ jobs:
644
644
steps :
645
645
- uses : actions/checkout@v2
646
646
- name : Download All Artifacts
647
- uses : actions/download-artifact@v3
647
+ uses : actions/download-artifact@v4
648
648
with :
649
649
name : velox-native-lib-centos-7-${{github.sha}}
650
650
path : ./cpp/build/releases
651
651
- name : Download Arrow Jars
652
- uses : actions/download-artifact@v3
652
+ uses : actions/download-artifact@v4
653
653
with :
654
654
name : arrow-jars-centos-7-${{github.sha}}
655
655
path : /root/.m2/repository/org/apache/arrow/
@@ -672,12 +672,12 @@ jobs:
672
672
steps :
673
673
- uses : actions/checkout@v2
674
674
- name : Download All Artifacts
675
- uses : actions/download-artifact@v3
675
+ uses : actions/download-artifact@v4
676
676
with :
677
677
name : velox-native-lib-centos-7-${{github.sha}}
678
678
path : ./cpp/build/releases
679
679
- name : Download Arrow Jars
680
- uses : actions/download-artifact@v3
680
+ uses : actions/download-artifact@v4
681
681
with :
682
682
name : arrow-jars-centos-7-${{github.sha}}
683
683
path : /root/.m2/repository/org/apache/arrow/
@@ -716,12 +716,12 @@ jobs:
716
716
steps :
717
717
- uses : actions/checkout@v2
718
718
- name : Download All Artifacts
719
- uses : actions/download-artifact@v3
719
+ uses : actions/download-artifact@v4
720
720
with :
721
721
name : velox-native-lib-centos-7-${{github.sha}}
722
722
path : ./cpp/build/releases
723
723
- name : Download Arrow Jars
724
- uses : actions/download-artifact@v3
724
+ uses : actions/download-artifact@v4
725
725
with :
726
726
name : arrow-jars-centos-7-${{github.sha}}
727
727
path : /root/.m2/repository/org/apache/arrow/
@@ -746,12 +746,12 @@ jobs:
746
746
steps :
747
747
- uses : actions/checkout@v2
748
748
- name : Download All Artifacts
749
- uses : actions/download-artifact@v3
749
+ uses : actions/download-artifact@v4
750
750
with :
751
751
name : velox-native-lib-centos-7-${{github.sha}}
752
752
path : ./cpp/build/releases
753
753
- name : Download Arrow Jars
754
- uses : actions/download-artifact@v3
754
+ uses : actions/download-artifact@v4
755
755
with :
756
756
name : arrow-jars-centos-7-${{github.sha}}
757
757
path : /root/.m2/repository/org/apache/arrow/
@@ -795,12 +795,12 @@ jobs:
795
795
steps :
796
796
- uses : actions/checkout@v2
797
797
- name : Download All Artifacts
798
- uses : actions/download-artifact@v3
798
+ uses : actions/download-artifact@v4
799
799
with :
800
800
name : velox-native-lib-centos-7-${{github.sha}}
801
801
path : ./cpp/build/releases
802
802
- name : Download Arrow Jars
803
- uses : actions/download-artifact@v3
803
+ uses : actions/download-artifact@v4
804
804
with :
805
805
name : arrow-jars-centos-7-${{github.sha}}
806
806
path : /root/.m2/repository/org/apache/arrow/
@@ -831,12 +831,12 @@ jobs:
831
831
steps :
832
832
- uses : actions/checkout@v2
833
833
- name : Download All Artifacts
834
- uses : actions/download-artifact@v3
834
+ uses : actions/download-artifact@v4
835
835
with :
836
836
name : velox-native-lib-centos-7-${{github.sha}}
837
837
path : ./cpp/build/releases
838
838
- name : Download Arrow Jars
839
- uses : actions/download-artifact@v3
839
+ uses : actions/download-artifact@v4
840
840
with :
841
841
name : arrow-jars-centos-7-${{github.sha}}
842
842
path : /root/.m2/repository/org/apache/arrow/
@@ -874,12 +874,12 @@ jobs:
874
874
steps :
875
875
- uses : actions/checkout@v2
876
876
- name : Download All Artifacts
877
- uses : actions/download-artifact@v3
877
+ uses : actions/download-artifact@v4
878
878
with :
879
879
name : velox-native-lib-centos-7-${{github.sha}}
880
880
path : ./cpp/build/releases
881
881
- name : Download Arrow Jars
882
- uses : actions/download-artifact@v3
882
+ uses : actions/download-artifact@v4
883
883
with :
884
884
name : arrow-jars-centos-7-${{github.sha}}
885
885
path : /root/.m2/repository/org/apache/arrow/
@@ -911,12 +911,12 @@ jobs:
911
911
steps :
912
912
- uses : actions/checkout@v2
913
913
- name : Download All Artifacts
914
- uses : actions/download-artifact@v3
914
+ uses : actions/download-artifact@v4
915
915
with :
916
916
name : velox-native-lib-centos-7-${{github.sha}}
917
917
path : ./cpp/build/releases
918
918
- name : Download Arrow Jars
919
- uses : actions/download-artifact@v3
919
+ uses : actions/download-artifact@v4
920
920
with :
921
921
name : arrow-jars-centos-7-${{github.sha}}
922
922
path : /root/.m2/repository/org/apache/arrow/
@@ -940,12 +940,12 @@ jobs:
940
940
steps :
941
941
- uses : actions/checkout@v2
942
942
- name : Download All Artifacts
943
- uses : actions/download-artifact@v3
943
+ uses : actions/download-artifact@v4
944
944
with :
945
945
name : velox-native-lib-centos-7-${{github.sha}}
946
946
path : ./cpp/build/releases
947
947
- name : Download Arrow Jars
948
- uses : actions/download-artifact@v3
948
+ uses : actions/download-artifact@v4
949
949
with :
950
950
name : arrow-jars-centos-7-${{github.sha}}
951
951
path : /root/.m2/repository/org/apache/arrow/
@@ -976,12 +976,12 @@ jobs:
976
976
steps :
977
977
- uses : actions/checkout@v2
978
978
- name : Download All Artifacts
979
- uses : actions/download-artifact@v3
979
+ uses : actions/download-artifact@v4
980
980
with :
981
981
name : velox-native-lib-centos-7-${{github.sha}}
982
982
path : ./cpp/build/releases
983
983
- name : Download Arrow Jars
984
- uses : actions/download-artifact@v3
984
+ uses : actions/download-artifact@v4
985
985
with :
986
986
name : arrow-jars-centos-7-${{github.sha}}
987
987
path : /root/.m2/repository/org/apache/arrow/
@@ -1004,12 +1004,12 @@ jobs:
1004
1004
steps :
1005
1005
- uses : actions/checkout@v2
1006
1006
- name : Download All Artifacts
1007
- uses : actions/download-artifact@v3
1007
+ uses : actions/download-artifact@v4
1008
1008
with :
1009
1009
name : velox-native-lib-centos-7-${{github.sha}}
1010
1010
path : ./cpp/build/releases
1011
1011
- name : Download Arrow Jars
1012
- uses : actions/download-artifact@v3
1012
+ uses : actions/download-artifact@v4
1013
1013
with :
1014
1014
name : arrow-jars-centos-7-${{github.sha}}
1015
1015
path : /root/.m2/repository/org/apache/arrow/
@@ -1040,12 +1040,12 @@ jobs:
1040
1040
steps :
1041
1041
- uses : actions/checkout@v2
1042
1042
- name : Download All Artifacts
1043
- uses : actions/download-artifact@v3
1043
+ uses : actions/download-artifact@v4
1044
1044
with :
1045
1045
name : velox-native-lib-centos-7-${{github.sha}}
1046
1046
path : ./cpp/build/releases
1047
1047
- name : Download Arrow Jars
1048
- uses : actions/download-artifact@v3
1048
+ uses : actions/download-artifact@v4
1049
1049
with :
1050
1050
name : arrow-jars-centos-7-${{github.sha}}
1051
1051
path : /root/.m2/repository/org/apache/arrow/
0 commit comments