From 7c97def7fec9c6339f5d64bd2887b8c3af2f5429 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 12 Apr 2022 12:40:53 +0200 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v3 (#961) Co-authored-by: Rauno Viskus --- .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