Skip to content

Commit 9e2e2ce

Browse files
committed
fix artifact naming
1 parent d4e7763 commit 9e2e2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
if: always()
111111
uses: actions/upload-artifact@v4
112112
with:
113-
name: test-results-${{ matrix.cfengine }}
113+
name: test-results-${{ matrix.cfengine }}-${{ matrix.coldboxVersion }}-jdk${{ matrix.javaVersion }}-es${{ matrix.ELASTICSEARCH_VERSION }}
114114
path: |
115115
test-harness/tests/results/**/*
116116

0 commit comments

Comments
 (0)