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