@@ -53,39 +53,39 @@ jobs:
53
53
54
54
# ###############################################################
55
55
- run : ./scripts/wheel-linux.sh 3.8
56
- - uses : actions/upload-artifact@v3
56
+ - uses : actions/upload-artifact@v4
57
57
name : Upload wheel 3.8
58
58
with :
59
59
name : wheel-manylinux2014-3.8
60
60
path : wheelhouse/*.whl
61
61
62
62
# ################################################################
63
63
- run : ./scripts/wheel-linux.sh 3.9
64
- - uses : actions/upload-artifact@v3
64
+ - uses : actions/upload-artifact@v4
65
65
name : Upload wheel 3.9
66
66
with :
67
67
name : wheel-manylinux2014-3.9
68
68
path : wheelhouse/*.whl
69
69
70
70
# ################################################################
71
71
- run : ./scripts/wheel-linux.sh 3.10
72
- - uses : actions/upload-artifact@v3
72
+ - uses : actions/upload-artifact@v4
73
73
name : Upload wheel 3.10
74
74
with :
75
75
name : wheel-manylinux2014-3.10
76
76
path : wheelhouse/*.whl
77
77
78
78
# ################################################################
79
79
- run : ./scripts/wheel-linux.sh 3.11
80
- - uses : actions/upload-artifact@v3
80
+ - uses : actions/upload-artifact@v4
81
81
name : Upload wheel 3.11
82
82
with :
83
83
name : wheel-manylinux2014-3.11
84
84
path : wheelhouse/*.whl
85
85
86
86
# ################################################################
87
87
- run : ./scripts/wheel-linux.sh 3.12
88
- - uses : actions/upload-artifact@v3
88
+ - uses : actions/upload-artifact@v4
89
89
name : Upload wheel 3.12
90
90
with :
91
91
name : wheel-manylinux2014-3.12
@@ -108,7 +108,7 @@ jobs:
108
108
109
109
- uses : actions/checkout@v2
110
110
111
- - uses : actions/download-artifact@v3
111
+ - uses : actions/download-artifact@v4
112
112
with :
113
113
name : wheel-manylinux2014-${{ matrix.python-version }}
114
114
@@ -137,7 +137,7 @@ jobs:
137
137
138
138
- uses : actions/checkout@v2
139
139
140
- - uses : actions/download-artifact@v3
140
+ - uses : actions/download-artifact@v4
141
141
with :
142
142
name : wheel-manylinux2014-${{ matrix.python-version }}
143
143
path : artifact-${{ matrix.python-version }}
0 commit comments