Skip to content

Commit

Permalink
Make artifact names unique for each CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Dec 17, 2024
1 parent fbfaedf commit df69194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
if: always() && matrix.os == 'ubuntu'
uses: actions/upload-artifact@v4
with:
name: ui-test-output
name: ui-test-output-${{ matrix.os }}-${{ matrix.python }}-${{ matrix.mpl-version }}
path: |
ui-tests/playwright-report
ui-tests/test-results
Expand Down

0 comments on commit df69194

Please sign in to comment.