59
59
- uses : docker/setup-qemu-action@v3
60
60
if : runner.os == 'Linux'
61
61
name : Set up QEMU
62
- - uses : actions/download-artifact@v4
62
+ - uses : actions/download-artifact@v5
63
63
with :
64
64
name : sdist
65
65
- name : Extract sdist
85
85
python_version : ["2.7", "3.7"]
86
86
steps :
87
87
- uses : actions/checkout@v4
88
- - uses : actions/download-artifact@v4
88
+ - uses : actions/download-artifact@v5
89
89
with :
90
90
name : " manylinux_x86_64-wheels"
91
91
path : dist
@@ -129,7 +129,7 @@ jobs:
129
129
uses : actions/setup-python@v5
130
130
with :
131
131
python-version : " ${{matrix.python_version}}-dev"
132
- - uses : actions/download-artifact@v4
132
+ - uses : actions/download-artifact@v5
133
133
with :
134
134
name : " manylinux_x86_64-wheels"
135
135
path : dist
@@ -167,7 +167,7 @@ jobs:
167
167
uses : actions/setup-python@v5
168
168
with :
169
169
python-version : " ${{matrix.python_version}}-dev"
170
- - uses : actions/download-artifact@v4
170
+ - uses : actions/download-artifact@v5
171
171
with :
172
172
name : " manylinux_x86_64-wheels"
173
173
path : dist
@@ -212,7 +212,7 @@ jobs:
212
212
- name : Set up dependencies
213
213
run : |
214
214
apk add --update alpine-sdk bash alpine-sdk python3 python3-dev gdb musl-dbg python3-dbg
215
- - uses : actions/download-artifact@v4
215
+ - uses : actions/download-artifact@v5
216
216
with :
217
217
name : " musllinux_x86_64-wheels"
218
218
path : dist
@@ -249,7 +249,7 @@ jobs:
249
249
python3-devel
250
250
dnf debuginfo-install -y \
251
251
python3
252
- - uses : actions/download-artifact@v4
252
+ - uses : actions/download-artifact@v5
253
253
with :
254
254
name : " manylinux_x86_64-wheels"
255
255
path : dist
@@ -286,7 +286,7 @@ jobs:
286
286
python-wheel \
287
287
elfutils \
288
288
debuginfod
289
- - uses : actions/download-artifact@v4
289
+ - uses : actions/download-artifact@v5
290
290
with :
291
291
name : " manylinux_x86_64-wheels"
292
292
path : dist
@@ -324,7 +324,7 @@ jobs:
324
324
python3-pip \
325
325
python3-venv \
326
326
python3-dbg
327
- - uses : actions/download-artifact@v4
327
+ - uses : actions/download-artifact@v5
328
328
with :
329
329
name : " manylinux_x86_64-wheels"
330
330
path : dist
@@ -344,7 +344,7 @@ jobs:
344
344
runs-on : ubuntu-latest
345
345
if : github.event_name == 'release' && github.event.action == 'published'
346
346
steps :
347
- - uses : actions/download-artifact@v4
347
+ - uses : actions/download-artifact@v5
348
348
with :
349
349
# with no name set, it downloads all of the artifacts
350
350
path : dist
0 commit comments