5353 CIBW_ARCHS_WINDOWS : ${{ matrix.name == 'windows-x86' && 'auto32' || 'native' }}
5454 run : python -m cibuildwheel --output-dir wheelhouse
5555
56- - uses : actions/upload-artifact@v4
56+ - uses : actions/upload-artifact@v5
5757 with :
5858 name : wheels-${{ matrix.name }}
5959 path : ./wheelhouse/*.whl
8585 CIBW_ARCHS : ppc64le
8686 CIBW_ENVIRONMENT : LIBSSH2_VERSION=1.11.1 LIBGIT2_VERSION=1.9.1 LIBGIT2=/project/ci
8787
88- - uses : actions/upload-artifact@v4
88+ - uses : actions/upload-artifact@v5
8989 with :
9090 name : wheels-linux-ppc
9191 path : ./wheelhouse/*.whl
@@ -107,7 +107,7 @@ jobs:
107107 - name : Build sdist
108108 run : pipx run build --sdist --outdir dist
109109
110- - uses : actions/upload-artifact@v4
110+ - uses : actions/upload-artifact@v5
111111 with :
112112 name : wheels-sdist
113113 path : dist/*
@@ -117,7 +117,7 @@ jobs:
117117 run : python .github/workflows/parse_release_notes.py
118118
119119 - name : Upload Release Notes
120- uses : actions/upload-artifact@v4
120+ uses : actions/upload-artifact@v5
121121 with :
122122 name : release-notes
123123 path : ReleaseNotes.md
@@ -132,7 +132,7 @@ jobs:
132132 runs-on : ubuntu-latest
133133
134134 steps :
135- - uses : actions/download-artifact@v5
135+ - uses : actions/download-artifact@v6
136136 with :
137137 path : dist
138138 pattern : wheels-*
@@ -148,7 +148,7 @@ jobs:
148148 runs-on : ubuntu-24.04
149149
150150 steps :
151- - uses : actions/download-artifact@v5
151+ - uses : actions/download-artifact@v6
152152 with :
153153 path : dist
154154 pattern : wheels-*
@@ -163,7 +163,7 @@ jobs:
163163 password : ${{ secrets.PYPI_API_TOKEN }}
164164 skip-existing : true
165165
166- - uses : actions/download-artifact@v5
166+ - uses : actions/download-artifact@v6
167167 with :
168168 name : release-notes
169169 - name : Create GitHub Release
0 commit comments