From 151998af503c3aee1b65f4796070c97c0f5be88f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 Apr 2022 02:23:21 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v3 --- .github/workflows/unit-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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