diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13daf01995..fa2cf882b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,10 @@ jobs: - name: Test run: npm t timeout-minutes: 4 - - uses: codecov/codecov-action@v3 + - name: Upload coverage + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} website: runs-on: ubuntu-latest