Skip to content

Commit 530a099

Browse files
committed
upload-artifact@v4 requires unique filenames for each run in matrix
1 parent b996c34 commit 530a099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lintBuildTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ jobs:
9494
- uses: actions/upload-artifact@v4
9595
if: always()
9696
with:
97-
name: test-results
97+
name: test-results-${{ matrix.browser }}
9898
path: test-results/
9999
retention-days: 7

0 commit comments

Comments
 (0)