diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 20fbae318..c4d64f722 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -31,7 +31,7 @@ jobs: ${{ runner.os }}-go- - name: unit-test run: go test -v ./... -coverprofile cover.out - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: disable_search: true files: cover.out