From 2e7e0c688491e5034421e96d1bb7dff7911f0a2a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Sep 2021 22:53:44 +0000 Subject: [PATCH] Update codecov/codecov-action action to v2 --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e2cac64..4924803 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -40,7 +40,7 @@ jobs: - name: Report run: go test ./... -race -coverprofile=./cover.txt -covermode=atomic - name: Upload - uses: codecov/codecov-action@v1.5.2 + uses: codecov/codecov-action@v2.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./cover.txt