diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a4be8e6..5b16b93 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -64,7 +64,7 @@ jobs: echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV - name: Build wheels on ${{ matrix.os }} using cibuildwheel - uses: pypa/cibuildwheel@v3.0.1 + uses: pypa/cibuildwheel@v3.1.3 env: CIBW_BUILD_VERBOSITY: 1 CIBW_BUILD: "cp310-* cp311-* cp312-*" @@ -104,7 +104,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.13 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: path: dist pattern: dist-*