From 4a56d02d3295fee0e4977a07ea058d2eeea4ca6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 00:39:38 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v1.4.0 (#9636) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- .github/workflows/build-pr.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index e29bab7f0c..c6dfdeb6d4 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -66,7 +66,7 @@ jobs: run: yarn jest --logHeapUsage --maxWorkers=2 --ci - name: Codecov - uses: codecov/codecov-action@v1.3.2 + uses: codecov/codecov-action@v1.4.0 if: always() # build after tests to exclude files diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 924b1813da..323692d124 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,7 +91,7 @@ jobs: run: yarn jest --logHeapUsage --maxWorkers=2 --ci --coverage ${{ env.coverage }} - name: Codecov - uses: codecov/codecov-action@v1.3.2 + uses: codecov/codecov-action@v1.4.0 if: always() && env.coverage == 'true' # build after tests to exclude files -- GitLab