diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddfba764edb5..c668bba8a1d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: CI: true - name: Publish code coverage report - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} files: packages/**/coverage/lcov.info