diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e5eb074..36bf190 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -43,7 +43,7 @@ jobs: uv run pytest -m "integration or not integration" --cov --cov-branch --cov-report=xml - name: Upload results to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }}