Skip to content

Commit d74adfb

Browse files
committed
Make coverage-report name dependent on the llvm version, so that we can have both simultaneously
1 parent 7b54ba6 commit d74adfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
if: matrix.build == 'DebugCov'
104104
uses: actions/upload-artifact@v4
105105
with:
106-
name: CoverageReport
106+
name: phasar-coverage-report-llvm-${{ matrix.llvm-version }}
107107
path: ./build/ccov/all-merged/
108108
if-no-files-found: error
109109
retention-days: 7

0 commit comments

Comments
 (0)