From 847687a8506747751e3cbb7a7e3561d7bc76ff7a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 Apr 2022 17:07:32 +0000 Subject: [PATCH] Update codecov/codecov-action action to v3 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c2b2012..869e96d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -37,7 +37,7 @@ jobs: run: gotestsum -- -coverprofile=out/cover.txt -shuffle=on -race -covermode=atomic ./... - name: Upload coverage report - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: files: out/cover.txt name: kreaper