diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9b9f479..943a57d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - name: test run: tox -e test - name: upload cov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: files: ./coverage.xml fail_ci_if_error: true