diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3aa4700..3319883 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: - name: Setup LCOV uses: hrishikesh-kadam/setup-lcov@v1 - name: Report code coverage - uses: zgosalvez/github-actions-report-lcov@v5 + uses: zgosalvez/github-actions-report-lcov@v6 with: coverage-files: coverage/lcov.info artifact-name: code-coverage-report