diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b9a4d8af..d9d2db8f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -54,6 +54,6 @@ jobs: go-version: "1.18.x" - name: Generate coverage run: go test -race -covermode=atomic -coverprofile=coverage.out - - uses: codecov/codecov-action@v3.1.0 + - uses: codecov/codecov-action@v3.1.1 with: files: ./coverage.out