diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9b486f8f..1fd449ac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,6 +52,6 @@ jobs: go mod download && go mod tidy && make generate git diff --exit-code -- . - run: make test - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: file: ./coverage.out