diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49bc4b6e7..9bae1f51c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - name: Upload coverage if: matrix.python-version == 3.12 - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./dist/coverage/python/coverage.xml