From 42f06ca6bf9202cf526df3707e6f8c02e0893d36 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 --- .github/workflows/mi-rhel9.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mi-rhel9.yml b/.github/workflows/mi-rhel9.yml index f80c43f17d..e350a7ce3b 100644 --- a/.github/workflows/mi-rhel9.yml +++ b/.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