Skip to content

Commit e3fc9da

Browse files
Merge pull request #1633 from MetRonnie/actions
GH Actions: fix screenshots artifact name clash
2 parents 028e5a8 + acdd684 commit e3fc9da

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
@@ -97,7 +97,7 @@ jobs:
9797
uses: actions/upload-artifact@v4
9898
if: failure()
9999
with:
100-
name: cypress-screenshots
100+
name: 'cypress-screenshots_${{ matrix.type }}_${{ matrix.browser }}_${{ matrix.os }}'
101101
path: tests/e2e/screenshots
102102

103103
- name: Upload coverage artifact

0 commit comments

Comments
 (0)