From 69c94950c911ab744dc67ff0bd73f76c61a056da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 11:57:17 +0000 Subject: build(deps): Bump codecov/codecov-action from v1 to v1.0.10 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1 to v1.0.10. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v1...f3570723ef743f6942b6a480461ed0cd6c0f9baa) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da3436aa1..929f13d29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,7 +162,7 @@ jobs: if: "failure()" - name: Upload coverage if: "endsWith(matrix.testenv, '-cov')" - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v1.0.10 with: name: "${{ matrix.testenv }}" -- cgit v1.2.3-54-g00ecf