diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 721b31e..e347ce1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: run: go test -race -coverprofile=coverage.out -covermode=atomic ./... - name: Upload coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: coverage.out fail_ci_if_error: false