diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 915ca7f..0d0d879 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,7 +30,7 @@ jobs: run: poetry run pytest --cov --cov-report=xml - name: "Upload coverage report to Codecov" - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: fail_ci_if_error: true