From bf83501bbed4f33cc0566a97368ad849f2cbff1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 18:56:17 +0000 Subject: [PATCH] Bump codecov/codecov-action from v1 to v1.0.7 (#104) 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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 79763c0c..8f92062e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: go test -coverprofile=coverage.txt -covermode=atomic ./... - name: Upload coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v1.0.7 if: success() with: token: ${{ secrets.CODECOV_TOKEN }}