diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e493f8d51..253b097e49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,4 @@ jobs: run: npm run build - name: Run Code Coverage - uses: codecov/codecov-action@v4 - with: - token: ${{ secrets.CODECOV_TOKEN }} + uses: codecov/codecov-action@v3