We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e7763 commit 9e2e2ceCopy full SHA for 9e2e2ce
.github/workflows/tests.yml
@@ -110,7 +110,7 @@ jobs:
110
if: always()
111
uses: actions/upload-artifact@v4
112
with:
113
- name: test-results-${{ matrix.cfengine }}
+ name: test-results-${{ matrix.cfengine }}-${{ matrix.coldboxVersion }}-jdk${{ matrix.javaVersion }}-es${{ matrix.ELASTICSEARCH_VERSION }}
114
path: |
115
test-harness/tests/results/**/*
116
0 commit comments