@@ -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