diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c298560..007a2d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - name: Setup LCOV uses: hrishikesh-kadam/setup-lcov@v1 - name: Report code coverage - uses: zgosalvez/github-actions-report-lcov@v4 + uses: zgosalvez/github-actions-report-lcov@v5 with: coverage-files: coverage/lcov*.info artifact-name: code-coverage-report