diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cbb89f1..76c41bc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -46,7 +46,7 @@ jobs: run: | pytest --cov=./ --cov-report=xml - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: file: ./coverage.xml flags: unittests