From 2e7eb9b637c609325f5237a75ab9784111bcee63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2020 00:24:59 +0000 Subject: [PATCH] Bump codecov/codecov-action from v1 to v1.0.7 (#112) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1 to v1.0.7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v1...f532c3a1452359a7f96c37efc741537b80555c74) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e85b2d6..a85e3bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: run: yarn run test - name: Upload coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v1.0.7 if: success() with: token: ${{ secrets.CODECOV_TOKEN }}