From 5b17c01e41e0aaf94e74840fbb3cb56e9dbb50d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 08:51:21 -0800 Subject: [PATCH] build(deps): Bump codecov/codecov-action from v1.1.1 to v1.2.0 (#5863) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aleksandr Bezobchuk Co-authored-by: Marko --- .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 2c31afcd1..50ad708de 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -121,7 +121,7 @@ jobs: - run: | cat ./*profile.out | grep -v "mode: atomic" >> coverage.txt if: env.GIT_DIFF - - uses: codecov/codecov-action@v1.1.1 + - uses: codecov/codecov-action@v1.2.0 with: file: ./coverage.txt if: env.GIT_DIFF