diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c01c720c..c502df3a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,4 +35,6 @@ jobs: run: yarn jest test/ --collectCoverage=true - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.0.0 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}