File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -280,12 +280,12 @@ jobs:
280280 echo "CIBW_BUILD=${{ matrix.pyver }}*" >> $GITHUB_ENV
281281 fi
282282 - name : Build wheels
283- uses : pypa/cibuildwheel@v3.3.0
283+ uses : pypa/cibuildwheel@v3.3.1
284284 env :
285285 CIBW_SKIP : cp36-* cp37-* cp38-* cp39-* pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
286286 REQUIRE_CYTHON : 1
287287
288- - uses : actions/upload-artifact@v6
288+ - uses : actions/upload-artifact@v7
289289 with :
290290 name : wheels-${{ matrix.os }}-${{ matrix.musl }}-${{ matrix.pyver }}-${{ matrix.qemu }}
291291 path : ./wheelhouse/*.whl
@@ -298,7 +298,7 @@ jobs:
298298 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
299299
300300 steps :
301- - uses : actions/download-artifact@v7
301+ - uses : actions/download-artifact@v8
302302 with :
303303 # unpacks default artifact into dist/
304304 # if `name: artifact` is omitted, the action will create extra parent dir
You can’t perform that action at this time.
0 commit comments