diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 072a8929f9..e7509ee04a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: python -m pytest -v --cov=./ --cov-report=xml - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 with: file: ./coverage.xml flags: unittests diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e2636967b1..c04cca2bdd 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -45,7 +45,7 @@ jobs: git fetch --prune --unshallow - name: Build wheels for CPython - uses: pypa/cibuildwheel@v2.21.3 + uses: pypa/cibuildwheel@v2.22.0 with: output-dir: dist env: