diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51f11203e..67f873e86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,4 +39,6 @@ jobs: run: npm run docs - name: Run Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}