2424 - name : Build sdist
2525 run : pipx run build --sdist
2626
27- - uses : actions/upload-artifact@v6
27+ - uses : actions/upload-artifact@v7
2828 with :
2929 name : sdist
3030 path : dist/*.tar.gz
5959 - name : Disable ptrace security restrictions
6060 run : |
6161 echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
62- - uses : actions/download-artifact@v7
62+ - uses : actions/download-artifact@v8
6363 with :
6464 name : sdist
6565 - name : Extract sdist
7171 CIBW_BUILD : " cp3{8..14}{t,}-${{ matrix.wheel_type }}"
7272 CIBW_ARCHS_LINUX : auto
7373 CIBW_ENABLE : cpython-prerelease cpython-freethreading
74- - uses : actions/upload-artifact@v6
74+ - uses : actions/upload-artifact@v7
7575 with :
7676 name : ${{ matrix.wheel_type }}-wheels
7777 path : ./wheelhouse/*.whl
8585 python_version : ["2.7", "3.7"]
8686 steps :
8787 - uses : actions/checkout@v6
88- - uses : actions/download-artifact@v7
88+ - uses : actions/download-artifact@v8
8989 with :
9090 name : " manylinux_x86_64-wheels"
9191 path : dist
@@ -125,7 +125,7 @@ jobs:
125125 python_version : ["3.13"]
126126 steps :
127127 - uses : actions/checkout@v5
128- - uses : actions/download-artifact@v5
128+ - uses : actions/download-artifact@v8
129129 with :
130130 name : " manylinux_x86_64-wheels"
131131 path : dist
@@ -164,7 +164,7 @@ jobs:
164164 uses : actions/setup-python@v6
165165 with :
166166 python-version : " ${{matrix.python_version}}-dev"
167- - uses : actions/download-artifact@v7
167+ - uses : actions/download-artifact@v8
168168 with :
169169 name : " manylinux_x86_64-wheels"
170170 path : dist
@@ -199,7 +199,7 @@ jobs:
199199 uses : actions/setup-python@v6
200200 with :
201201 python-version : " ${{matrix.python_version}}-dev"
202- - uses : actions/download-artifact@v7
202+ - uses : actions/download-artifact@v8
203203 with :
204204 name : " manylinux_aarch64-wheels"
205205 path : dist
@@ -237,7 +237,7 @@ jobs:
237237 uses : actions/setup-python@v6
238238 with :
239239 python-version : " ${{matrix.python_version}}-dev"
240- - uses : actions/download-artifact@v7
240+ - uses : actions/download-artifact@v8
241241 with :
242242 name : " manylinux_x86_64-wheels"
243243 path : dist
@@ -282,7 +282,7 @@ jobs:
282282 - name : Set up dependencies
283283 run : |
284284 apk add --update alpine-sdk bash alpine-sdk python3 python3-dev gdb musl-dbg python3-dbg
285- - uses : actions/download-artifact@v7
285+ - uses : actions/download-artifact@v8
286286 with :
287287 name : " musllinux_x86_64-wheels"
288288 path : dist
@@ -319,7 +319,7 @@ jobs:
319319 python3-devel
320320 dnf debuginfo-install -y \
321321 python3
322- - uses : actions/download-artifact@v7
322+ - uses : actions/download-artifact@v8
323323 with :
324324 name : " manylinux_x86_64-wheels"
325325 path : dist
@@ -356,7 +356,7 @@ jobs:
356356 python-wheel \
357357 elfutils \
358358 debuginfod
359- - uses : actions/download-artifact@v7
359+ - uses : actions/download-artifact@v8
360360 with :
361361 name : " manylinux_x86_64-wheels"
362362 path : dist
@@ -394,7 +394,7 @@ jobs:
394394 python3-pip \
395395 python3-venv \
396396 python3-dbg
397- - uses : actions/download-artifact@v7
397+ - uses : actions/download-artifact@v8
398398 with :
399399 name : " manylinux_x86_64-wheels"
400400 path : dist
@@ -414,7 +414,7 @@ jobs:
414414 runs-on : ubuntu-latest
415415 if : github.event_name == 'release' && github.event.action == 'published'
416416 steps :
417- - uses : actions/download-artifact@v7
417+ - uses : actions/download-artifact@v8
418418 with :
419419 # with no name set, it downloads all of the artifacts
420420 path : dist
0 commit comments