diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e527a6f1..aad32604 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,6 +48,6 @@ jobs: coverage run -m pytest -W always coverage xml - name: Send coverage data to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: file: coverage.xml