diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7b5c9a..c3ee816 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: run: pytest tests/ -v --cov=excel_dbapi --cov-report=xml --cov-report=term-missing - name: Upload coverage to Codecov if: matrix.python-version == '3.12' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: coverage.xml fail_ci_if_error: false