diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c982900..2294cba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,7 @@ jobs: pytest tests/ -v --ignore=tests/legacy --ignore=tests/integration --ignore=tests/capture --cov=src --cov-report=xml --cov-report=term-missing - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: matrix.python-version == '3.11' && matrix.database == 'postgresql' with: files: ./coverage.xml