Skip to content

Commit 99b9db9

Browse files
committed
Make artifact names unique per step
1 parent 2025daf commit 99b9db9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
if: failure()
100100
uses: actions/upload-artifact@v4
101101
with:
102-
name: phpt-test-results
102+
name: phpt-test-results-on-${{ runner.os }}-${{ matrix.v8-versions }}-${{ matrix.php-versions }}
103103
path: |
104104
php_test_results*.txt
105105
tests/*.out
@@ -132,7 +132,7 @@ jobs:
132132
if: failure()
133133
uses: actions/upload-artifact@v4
134134
with:
135-
name: phpt-test-results
135+
name: phpt-test-results-on-alpine
136136
path: |
137137
php_test_results*.txt
138138
tests/*.out
@@ -175,7 +175,7 @@ jobs:
175175
if: failure()
176176
uses: actions/upload-artifact@v4
177177
with:
178-
name: phpt-test-results
178+
name: phpt-test-results-on-macos-brew
179179
path: |
180180
php_test_results*.txt
181181
tests/*.out

0 commit comments

Comments
 (0)