diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9ec95e..a6e3fd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Upload coverage if: matrix.python-version == '3.13' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: file: coverage.xml fail_ci_if_error: false