Skip to content

Commit db0d0fe

Browse files
committed
1
1 parent 17fed64 commit db0d0fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/[email protected]

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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/*

0 commit comments

Comments
 (0)