21
21
backend : [mkl, dnnl]
22
22
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
with :
26
26
submodules : recursive
27
27
82
82
backend : [openblas]
83
83
84
84
steps :
85
- - uses : actions/checkout@v3
85
+ - uses : actions/checkout@v4
86
86
with :
87
87
submodules : recursive
88
88
@@ -141,7 +141,7 @@ jobs:
141
141
arch : arm64
142
142
143
143
steps :
144
- - uses : actions/checkout@v3
144
+ - uses : actions/checkout@v4
145
145
with :
146
146
submodules : recursive
147
147
@@ -150,7 +150,7 @@ jobs:
150
150
name : Set up QEMU
151
151
152
152
- name : Build wheels
153
- uses : pypa/cibuildwheel@v2.16.5
153
+ uses : pypa/cibuildwheel@v2.21.3
154
154
with :
155
155
package-dir : python
156
156
output-dir : python/wheelhouse
@@ -168,7 +168,7 @@ jobs:
168
168
CIBW_SKIP : pp* *-musllinux_*
169
169
170
170
- name : Upload Python wheels
171
- uses : actions/upload-artifact@v3
171
+ uses : actions/upload-artifact@v4
172
172
with :
173
173
name : python-wheels
174
174
path : python/wheelhouse
@@ -185,19 +185,19 @@ jobs:
185
185
186
186
steps :
187
187
- name : Set up Python 3.8
188
- uses : actions/setup-python@v4
188
+ uses : actions/setup-python@v5
189
189
with :
190
190
python-version : 3.8
191
191
192
- - uses : actions/checkout@v3
192
+ - uses : actions/checkout@v4
193
193
194
194
- name : Prepare test environment
195
195
shell : bash
196
196
run : |
197
197
./python/tools/prepare_test_environment.sh
198
198
199
199
- name : Download Python wheels
200
- uses : actions/download-artifact@v3
200
+ uses : actions/download-artifact@v4
201
201
with :
202
202
name : python-wheels
203
203
@@ -222,10 +222,10 @@ jobs:
222
222
runs-on : ubuntu-latest
223
223
224
224
steps :
225
- - uses : actions/checkout@v3
225
+ - uses : actions/checkout@v4
226
226
227
227
- name : Set up Python 3.8
228
- uses : actions/setup-python@v4
228
+ uses : actions/setup-python@v5
229
229
with :
230
230
python-version : 3.8
231
231
@@ -257,7 +257,7 @@ jobs:
257
257
258
258
steps :
259
259
- name : Download Python wheels
260
- uses : actions/download-artifact@v3
260
+ uses : actions/download-artifact@v4
261
261
with :
262
262
name : python-wheels
263
263
@@ -272,7 +272,7 @@ jobs:
272
272
build-and-push-docker-images :
273
273
runs-on : ubuntu-20.04
274
274
steps :
275
- - uses : actions/checkout@v3
275
+ - uses : actions/checkout@v4
276
276
with :
277
277
submodules : recursive
278
278
@@ -299,15 +299,15 @@ jobs:
299
299
needs : [check-python-style, build-python-wheels]
300
300
301
301
steps :
302
- - uses : actions/checkout@v3
302
+ - uses : actions/checkout@v4
303
303
304
304
- name : Set up Python 3.8
305
- uses : actions/setup-python@v4
305
+ uses : actions/setup-python@v5
306
306
with :
307
307
python-version : 3.8
308
308
309
309
- name : Download CTranslate2 wheels
310
- uses : actions/download-artifact@v3
310
+ uses : actions/download-artifact@v4
311
311
with :
312
312
name : python-wheels
313
313
0 commit comments