From de2cffe7a44e99bf81a62c542d50ccbf28dc852a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Sep 2021 08:31:41 -0400 Subject: [PATCH] build(deps): Bump codecov/codecov-action from 2.0.3 to 2.1.0 (#6938) --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8b7d340b6..6ac3a738e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -127,7 +127,7 @@ jobs: - run: | cat ./*profile.out | grep -v "mode: atomic" >> coverage.txt if: env.GIT_DIFF - - uses: codecov/codecov-action@v2.0.3 + - uses: codecov/codecov-action@v2.1.0 with: file: ./coverage.txt if: env.GIT_DIFF