diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c42a9f..161ffc1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: run: uv run pytest --cov=search_parser --cov-report=xml --cov-report=term --cov-report=html - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: matrix.python-version == '3.11' with: file: ./coverage.xml