Skip to content

Commit df69194

Browse files
committed
Make artifact names unique for each CI run
1 parent fbfaedf commit df69194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
if: always() && matrix.os == 'ubuntu'
124124
uses: actions/upload-artifact@v4
125125
with:
126-
name: ui-test-output
126+
name: ui-test-output-${{ matrix.os }}-${{ matrix.python }}-${{ matrix.mpl-version }}
127127
path: |
128128
ui-tests/playwright-report
129129
ui-tests/test-results

0 commit comments

Comments
 (0)