Skip to content

Commit a058563

Browse files
committed
fix artifact naming
1 parent 5a24e33 commit a058563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
if: always()
121121
uses: actions/upload-artifact@v4
122122
with:
123-
name: test-results-${{ matrix.cfengine }}
123+
name: test-results-${{ matrix.cfengine }}-${{ matrix.coldboxVersion }}-${{ matrix.experimental }}
124124
path: |
125125
test-harness/tests/results/**/*
126126

0 commit comments

Comments
 (0)