diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53ac1ea..cf471b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,6 +32,6 @@ jobs: - name: Test with Pytest run: pytest - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2.0.3 with: token: ${{ secrets.CODECOV_TOKEN }}