From 1f05ae2fe182e68cb7789e717766785f984a2e8c Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Fri, 19 Apr 2024 09:38:33 -0500 Subject: [PATCH] update artifact name to include matrix info Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: 42f06ca6bf9202cf526df3707e6f8c02e0893d36] --- 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 f80c43f17d..e350a7ce3b 100644 --- a/projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml +++ b/projects/rocprofiler-compute/.github/workflows/mi-rhel9.yml @@ -114,6 +114,6 @@ jobs: with: coverage-files: tests/coverage.info minimum-coverage: 35 - artifact-name: code-coverage-report + artifact-name: code-coverage-report-rocm${{ matrix.version }}-${{ matrix.hardware }}-${{ matrix.profiler }} github-token: ${{ secrets.GITHUB_TOKEN }} update-comment: true