From d1662c9bca5914476ab4f0a30bd99f037709bf89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 13:09:36 +0200 Subject: [PATCH] build(deps): Bump codecov/codecov-action from v1.0.12 to v1.0.13 (#5258) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/coverage.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 891a12c0d..e3ba055c1 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -54,7 +54,7 @@ jobs: run: | cat xaa.txt | xargs go test -mod=readonly -timeout 8m -race -coverprofile=coverage.txt -covermode=atomic if: "env.GIT_DIFF != ''" - - uses: codecov/codecov-action@v1.0.12 + - uses: codecov/codecov-action@v1.0.13 with: file: ./coverage.txt if: "env.GIT_DIFF != ''" @@ -80,7 +80,7 @@ jobs: run: | cat xab.txt | xargs go test -mod=readonly -timeout 5m -race -coverprofile=coverage.txt -covermode=atomic if: "env.GIT_DIFF != ''" - - uses: codecov/codecov-action@v1.0.12 + - uses: codecov/codecov-action@v1.0.13 with: file: ./coverage.txt if: "env.GIT_DIFF != ''" @@ -106,7 +106,7 @@ jobs: run: | cat xac.txt | xargs go test -mod=readonly -timeout 5m -race -coverprofile=coverage.txt -covermode=atomic if: "env.GIT_DIFF != ''" - - uses: codecov/codecov-action@v1.0.12 + - uses: codecov/codecov-action@v1.0.13 with: file: ./coverage.txt if: "env.GIT_DIFF != ''" @@ -132,7 +132,7 @@ jobs: run: | cat xad.txt | xargs go test -mod=readonly -timeout 5m -race -coverprofile=coverage.txt -covermode=atomic if: "env.GIT_DIFF != ''" - - uses: codecov/codecov-action@v1.0.12 + - uses: codecov/codecov-action@v1.0.13 with: file: ./coverage.txt if: "env.GIT_DIFF != ''"