From 8f0156dccc4dfd615e4f3ab783b97c98654cc622 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Tue, 12 Mar 2024 08:52:26 -0500 Subject: [PATCH] update lcov action version Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: 35b703376b336faefa94f9218205a1fac57a1843] --- projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml b/projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml index 1c92580054..8df1990375 100644 --- a/projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml +++ b/projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml @@ -98,7 +98,7 @@ jobs: if: always() run: coverage report - name: Upload code coverage - uses: zgosalvez/github-actions-report-lcov@v3 + uses: zgosalvez/github-actions-report-lcov@v4 if: always() with: coverage-files: tests/coverage.info