diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index b306cdc413..fef695e79c 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -140,7 +140,7 @@ jobs: run: npm run compile:examples - name: Report Coverage if: ${{ matrix.code-coverage && !cancelled()}} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: verbose: true @@ -171,6 +171,6 @@ jobs: - name: Unit tests run: npm run test:browser - name: Report Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: verbose: true