We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbfaedf commit df69194Copy full SHA for df69194
.github/workflows/main.yml
@@ -123,7 +123,7 @@ jobs:
123
if: always() && matrix.os == 'ubuntu'
124
uses: actions/upload-artifact@v4
125
with:
126
- name: ui-test-output
+ name: ui-test-output-${{ matrix.os }}-${{ matrix.python }}-${{ matrix.mpl-version }}
127
path: |
128
ui-tests/playwright-report
129
ui-tests/test-results
0 commit comments