diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0834ad8d..ccbd2376 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -47,7 +47,7 @@ jobs: - name: Test run: pytest --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: test-reports/coverage.xml