diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e88d60e..451ed2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,4 +43,6 @@ jobs: run: yarn test - name: Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}