From e5981c49c89013148b933bedd609935c9fea23f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Aug 2021 10:51:03 +0900 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v2 (#595) --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 9d931136..29b3fff2 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -46,7 +46,7 @@ jobs: restore-keys: | go-linux-amd64- - run: go test -v -race -cover -coverprofile=coverage.out ./... - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v2 test-platform-dependent: strategy: