diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 96b7367e..99d308a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,4 +29,4 @@ jobs: run: yarn jest test/ --collectCoverage=true - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2.0.2