We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2e2ce commit 7c8db32Copy full SHA for 7c8db32
.github/workflows/tests.yml
@@ -123,7 +123,7 @@ jobs:
123
if: ${{ failure() }}
124
uses: actions/upload-artifact@v4
125
with:
126
- name: Failure Debugging Info - ${{ matrix.cfengine }}
+ name: Failure Debugging Info - ${{ matrix.cfengine }} | Coldbox ${{ matrix.coldboxVersion }} ( jdk${{ matrix.javaVersion }}-es${{ matrix.ELASTICSEARCH_VERSION }} )
127
path: |
128
.engine/**/logs/*
129
.engine/**/WEB-INF/cfusion/logs/*
0 commit comments