5959 - uses : docker/setup-qemu-action@v3
6060 if : runner.os == 'Linux'
6161 name : Set up QEMU
62- - uses : actions/download-artifact@v4
62+ - uses : actions/download-artifact@v5
6363 with :
6464 name : sdist
6565 - name : Extract sdist
8585 python_version : ["2.7", "3.7"]
8686 steps :
8787 - uses : actions/checkout@v5
88- - uses : actions/download-artifact@v4
88+ - uses : actions/download-artifact@v5
8989 with :
9090 name : " manylinux_x86_64-wheels"
9191 path : dist
@@ -129,7 +129,7 @@ jobs:
129129 uses : actions/setup-python@v5
130130 with :
131131 python-version : " ${{matrix.python_version}}-dev"
132- - uses : actions/download-artifact@v4
132+ - uses : actions/download-artifact@v5
133133 with :
134134 name : " manylinux_x86_64-wheels"
135135 path : dist
@@ -167,7 +167,7 @@ jobs:
167167 uses : actions/setup-python@v5
168168 with :
169169 python-version : " ${{matrix.python_version}}-dev"
170- - uses : actions/download-artifact@v4
170+ - uses : actions/download-artifact@v5
171171 with :
172172 name : " manylinux_x86_64-wheels"
173173 path : dist
@@ -212,7 +212,7 @@ jobs:
212212 - name : Set up dependencies
213213 run : |
214214 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
216216 with :
217217 name : " musllinux_x86_64-wheels"
218218 path : dist
@@ -249,7 +249,7 @@ jobs:
249249 python3-devel
250250 dnf debuginfo-install -y \
251251 python3
252- - uses : actions/download-artifact@v4
252+ - uses : actions/download-artifact@v5
253253 with :
254254 name : " manylinux_x86_64-wheels"
255255 path : dist
@@ -286,7 +286,7 @@ jobs:
286286 python-wheel \
287287 elfutils \
288288 debuginfod
289- - uses : actions/download-artifact@v4
289+ - uses : actions/download-artifact@v5
290290 with :
291291 name : " manylinux_x86_64-wheels"
292292 path : dist
@@ -324,7 +324,7 @@ jobs:
324324 python3-pip \
325325 python3-venv \
326326 python3-dbg
327- - uses : actions/download-artifact@v4
327+ - uses : actions/download-artifact@v5
328328 with :
329329 name : " manylinux_x86_64-wheels"
330330 path : dist
@@ -344,7 +344,7 @@ jobs:
344344 runs-on : ubuntu-latest
345345 if : github.event_name == 'release' && github.event.action == 'published'
346346 steps :
347- - uses : actions/download-artifact@v4
347+ - uses : actions/download-artifact@v5
348348 with :
349349 # with no name set, it downloads all of the artifacts
350350 path : dist
0 commit comments