From ff22c45b4f9eb7a99e539fdb389cd26d25ede5fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2020 19:26:33 +0000 Subject: [PATCH] Bump codecov/codecov-action from v1 to v1.0.7 (#34) 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 91fe11b..0e25161 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: run: npm run test - name: Upload coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v1.0.7 if: success() with: token: ${{ secrets.CODECOV_TOKEN }}