diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfc8bdc1..3f797172 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: ref: ${{ github.event.release.tag_name }} - name: Build wheels - uses: pypa/cibuildwheel@v3.3 + uses: pypa/cibuildwheel@v3.4 with: config-file: cibuildwheel.toml output-dir: wheelhouse diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 2b5934f1..8047c17a 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -49,7 +49,7 @@ jobs: pytest -n auto --dist=loadscope fi - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 if: matrix.python-version == '3.12' with: token: ${{ secrets.CODECOV_TOKEN }}