@@ -485,7 +485,7 @@ jobs:
485
485
486
486
- uses : actions/checkout@v3
487
487
488
- - uses : actions/download-artifact@v3
488
+ - uses : actions/download-artifact@v4
489
489
with :
490
490
name : artifacts-${{ matrix.ARTIFACT }}
491
491
path : ./
@@ -537,7 +537,7 @@ jobs:
537
537
538
538
- uses : actions/checkout@v3
539
539
540
- - uses : actions/download-artifact@v3
540
+ - uses : actions/download-artifact@v4
541
541
with :
542
542
name : artifacts-arm
543
543
path : ./
@@ -576,7 +576,7 @@ jobs:
576
576
steps :
577
577
- uses : actions/checkout@v3
578
578
579
- - uses : actions/download-artifact@v3
579
+ - uses : actions/download-artifact@v4
580
580
with :
581
581
name : artifacts-mac-x86_64
582
582
path : ./
@@ -614,7 +614,7 @@ jobs:
614
614
steps :
615
615
- uses : actions/checkout@v3
616
616
617
- - uses : actions/download-artifact@v3
617
+ - uses : actions/download-artifact@v4
618
618
with :
619
619
name : artifacts-mac-aarch64
620
620
path : ./
@@ -666,7 +666,7 @@ jobs:
666
666
667
667
- uses : actions/checkout@v3
668
668
669
- - uses : actions/download-artifact@v3
669
+ - uses : actions/download-artifact@v4
670
670
with :
671
671
name : artifacts-win
672
672
path : ./out
@@ -780,7 +780,7 @@ jobs:
780
780
781
781
- uses : actions/checkout@v3
782
782
783
- - uses : actions/download-artifact@v3
783
+ - uses : actions/download-artifact@v4
784
784
with :
785
785
name : bindists-${{ matrix.ARTIFACT }}
786
786
path : ./out
@@ -816,7 +816,7 @@ jobs:
816
816
- name : Checkout code
817
817
uses : actions/checkout@v3
818
818
819
- - uses : actions/download-artifact@v3
819
+ - uses : actions/download-artifact@v4
820
820
with :
821
821
name : bindists-arm
822
822
path : ./out
@@ -840,7 +840,7 @@ jobs:
840
840
- name : Checkout code
841
841
uses : actions/checkout@v3
842
842
843
- - uses : actions/download-artifact@v3
843
+ - uses : actions/download-artifact@v4
844
844
with :
845
845
name : bindists-mac-x86_64
846
846
path : ./out
@@ -865,7 +865,7 @@ jobs:
865
865
- name : Checkout code
866
866
uses : actions/checkout@v3
867
867
868
- - uses : actions/download-artifact@v3
868
+ - uses : actions/download-artifact@v4
869
869
with :
870
870
name : bindists-mac-aarch64
871
871
path : ./out
@@ -904,7 +904,7 @@ jobs:
904
904
- name : Checkout code
905
905
uses : actions/checkout@v3
906
906
907
- - uses : actions/download-artifact@v3
907
+ - uses : actions/download-artifact@v4
908
908
with :
909
909
name : bindists-win
910
910
path : ./out
@@ -925,71 +925,71 @@ jobs:
925
925
- name : Checkout code
926
926
uses : actions/checkout@v3
927
927
928
- - uses : actions/download-artifact@v3
928
+ - uses : actions/download-artifact@v4
929
929
with :
930
930
path : ./out
931
931
name : bindists-x86_64-linux-deb9
932
- - uses : actions/download-artifact@v3
932
+ - uses : actions/download-artifact@v4
933
933
with :
934
934
path : ./out
935
935
name : bindists-x86_64-linux-deb10
936
- - uses : actions/download-artifact@v3
936
+ - uses : actions/download-artifact@v4
937
937
with :
938
938
path : ./out
939
939
name : bindists-x86_64-linux-deb11
940
- - uses : actions/download-artifact@v3
940
+ - uses : actions/download-artifact@v4
941
941
with :
942
942
path : ./out
943
943
name : bindists-x86_64-linux-ubuntu18.04
944
- - uses : actions/download-artifact@v3
944
+ - uses : actions/download-artifact@v4
945
945
with :
946
946
path : ./out
947
947
name : bindists-x86_64-linux-ubuntu20.04
948
- - uses : actions/download-artifact@v3
948
+ - uses : actions/download-artifact@v4
949
949
with :
950
950
path : ./out
951
951
name : bindists-x86_64-linux-ubuntu22.04
952
- - uses : actions/download-artifact@v3
952
+ - uses : actions/download-artifact@v4
953
953
with :
954
954
path : ./out
955
955
name : bindists-x86_64-linux-fedora27
956
- - uses : actions/download-artifact@v3
956
+ - uses : actions/download-artifact@v4
957
957
with :
958
958
path : ./out
959
959
name : bindists-x86_64-linux-fedora33
960
- - uses : actions/download-artifact@v3
960
+ - uses : actions/download-artifact@v4
961
961
with :
962
962
path : ./out
963
963
name : bindists-x86_64-linux-centos7
964
- - uses : actions/download-artifact@v3
964
+ - uses : actions/download-artifact@v4
965
965
with :
966
966
path : ./out
967
967
name : bindists-x86_64-linux-unknown
968
- - uses : actions/download-artifact@v3
968
+ - uses : actions/download-artifact@v4
969
969
with :
970
970
path : ./out
971
971
name : bindists-x86_64-linux-mint19.3
972
- - uses : actions/download-artifact@v3
972
+ - uses : actions/download-artifact@v4
973
973
with :
974
974
path : ./out
975
975
name : bindists-x86_64-linux-mint20.2
976
976
977
- - uses : actions/download-artifact@v3
977
+ - uses : actions/download-artifact@v4
978
978
with :
979
979
name : bindists-arm
980
980
path : ./out
981
981
982
- - uses : actions/download-artifact@v3
982
+ - uses : actions/download-artifact@v4
983
983
with :
984
984
name : bindists-mac-x86_64
985
985
path : ./out
986
986
987
- - uses : actions/download-artifact@v3
987
+ - uses : actions/download-artifact@v4
988
988
with :
989
989
name : bindists-mac-aarch64
990
990
path : ./out
991
991
992
- - uses : actions/download-artifact@v3
992
+ - uses : actions/download-artifact@v4
993
993
with :
994
994
name : bindists-win
995
995
path : ./out
0 commit comments