We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccba64 commit cdd21ccCopy full SHA for cdd21cc
1 file changed
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
- name: archive build log
96
uses: actions/upload-artifact@v4
97
with:
98
- name: buildlog
+ name: buildlog-${{ matrix.mpi }}-${{ matrix.python }}
99
path: build-${{ matrix.mpi }}-${{ matrix.python }}.log
100
101
- name: test core_tests
0 commit comments