diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 512d5ef..d13e246 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: - name: Run test run: poetry run pytest - name: Upload coverage - uses: codecov/codecov-action@v1.5.2 + uses: codecov/codecov-action@v2.1.0 with: name: Python 3.9 fail_ci_if_error: true