diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bf95dbc..a01c16f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,8 @@ jobs: yarn yarn run test - name: Upload Test Report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} name: report files: coverage/coverage-final.json