diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 4894c8f400..3dc9456237 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -138,7 +138,7 @@ jobs: run: npm run test:ci:changed - name: Report Coverage if: ${{ matrix.code-coverage && !cancelled()}} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: verbose: true @@ -169,6 +169,6 @@ jobs: - name: Unit tests run: npm run test:browser - name: Report Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: verbose: true