diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 039d42931..151d5b16c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,6 +34,6 @@ jobs: - name: Test with pytest run: poetry run py.test --cov=./ --cov-report=xml - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v2 with: token: ${{ secrets.CODECOV_TOKEN }}