Skip to content

Commit c97efa0

Browse files
committed
Fix artifact upload conflict by ensuring unique names
1 parent 68cbbe4 commit c97efa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
if: always()
108108
uses: actions/upload-artifact@v4
109109
with:
110-
name: test-results-${{ matrix.os }}
110+
name: test-results-${{ matrix.os }}-${{ github.run_id }}
111111
path: |
112112
./build/logs
113113
./phpunit.xml

0 commit comments

Comments
 (0)