From c2d51a2c7ac9b1a9f951c355ccad9063a9214ba1 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 23 Jul 2021 16:44:49 +0000
Subject: [PATCH] chore(deps): update codecov/codecov-action action to v2.0.2
 (#10944)

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 cb26792595..35e342d18d 100644
--- a/.github/workflows/build-pr.yml
+++ b/.github/workflows/build-pr.yml
@@ -50,7 +50,7 @@ jobs:
         run: yarn jest --maxWorkers=2 --ci
 
       - name: Codecov
-        uses: codecov/codecov-action@c585afe366f940d214dc09df2664c06d7fe07052 # renovate: tag=v2.0.1
+        uses: codecov/codecov-action@51d810878be5422784e86451c0e7c14e5860ec47 # renovate: tag=v2.0.2
         if: always()
 
       # build after tests to exclude files
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f6ef7325d5..2990c629e1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -87,7 +87,7 @@ jobs:
         run: yarn jest --maxWorkers=2 --ci --coverage ${{ env.coverage }}
 
       - name: Codecov
-        uses: codecov/codecov-action@c585afe366f940d214dc09df2664c06d7fe07052 # renovate: tag=v2.0.1
+        uses: codecov/codecov-action@51d810878be5422784e86451c0e7c14e5860ec47 # renovate: tag=v2.0.2
         if: always() && env.coverage == 'true'
 
       # build after tests to exclude build files from tests
-- 
GitLab