diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 125b3f50df..9e88f92263 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -155,7 +155,7 @@ jobs: run: npm run test:ci:changed -- ${{ matrix.lerna-extra-args }} - name: Report Coverage if: matrix.node == '14' - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: verbose: true @@ -201,6 +201,6 @@ jobs: - name: Unit tests run: npm run test:browser - name: Report Coverage - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: verbose: true