diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73faba1..77103d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == '3.14' && env.CODECOV_TOKEN != '' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: coverage.xml disable_search: true