diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 43928e1..fd9bab7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: go-version: '1.17' - name: test with coverage run: make test-cover - - uses: jandelgado/gcov2lcov-action@v1.0.8 + - uses: jandelgado/gcov2lcov-action@v1.0.9 with: infile: coverage.out outfile: coverage.lcov