File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -210,19 +210,19 @@ jobs:
210210 if : failure()
211211 run : |
212212 shopt -s globstar
213- mkdir scylla-${{ matrix.scylla-version }}
214- cp --parents ./**/target/*-reports/*.xml scylla-${{ matrix.scylla-version }}/
213+ mkdir scylla-${{ matrix.java-version }}-${{ matrix. scylla-version }}
214+ cp --parents ./**/target/*-reports/*.xml scylla-${{ matrix.java-version }}-${{ matrix. scylla-version }}/
215215
216216 - name : Upload test results
217217 uses : actions/upload-artifact@v4
218218 if : failure()
219219 with :
220- name : test-results-${{ matrix.scylla-version }}
220+ name : test-results-${{ matrix.java-version }}-${{ matrix. scylla-version }}
221221 path : " */**/target/*-reports/*.xml"
222222
223223 - name : Upload CCM logs
224224 uses : actions/upload-artifact@v4
225225 if : failure()
226226 with :
227- name : ccm-logs-scylla-${{ matrix.scylla-version }}
227+ name : ccm-logs-scylla-${{ matrix.java-version }}-${{ matrix. scylla-version }}
228228 path : /tmp/*-0/ccm*/node*/logs/*
You can’t perform that action at this time.
0 commit comments