File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 if : matrix.compiler == 'clang' && matrix.config == 'Debug'
176176 uses : actions/upload-artifact@v4
177177 with :
178- name : coverage-linux
178+ name : coverage-linux,${{matrix.compiler}}-${{matrix.version}}
179179 path : |
180180 ${{runner.workspace}}/build/tests/coverage.${{matrix.compiler}}-${{matrix.version}}.txt
181181 ${{runner.workspace}}/build/tests/coverage.overview.${{matrix.compiler}}-${{matrix.version}}.txt
Original file line number Diff line number Diff line change 8686# if: matrix.config == 'Debug' && matrix.architecture != 'arm64'
8787# uses: actions/upload-artifact@v4
8888# with:
89- # name: coverage-macos
89+ # name: coverage-macos.${{matrix.compiler}}-${{matrix.version}}
9090# path: |
9191# ${{runner.workspace}}/build/tests/coverage.${{matrix.compiler}}-${{matrix.version}}.txt
9292# ${{runner.workspace}}/build/tests/coverage.overview.${{matrix.compiler}}-${{matrix.version}}.txt
You can’t perform that action at this time.
0 commit comments