diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 51d0365..8c59554 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -43,7 +43,7 @@ jobs: run: uv run pytest --cov --cov-report=xml --junitxml=junit.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }}