Skip to content

Commit 352f598

Browse files
committed
Make artifact names unique per step
1 parent 1d1705d commit 352f598

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
@@ -102,7 +102,7 @@ jobs:
102102
if: failure()
103103
uses: actions/upload-artifact@v4
104104
with:
105-
name: phpt-test-results
105+
name: phpt-test-results-on-${{ runner.os }}-${{ matrix.v8-versions }}-${{ matrix.php-versions }}
106106
path: |
107107
php_test_results*.txt
108108
tests/*.out
@@ -135,7 +135,7 @@ jobs:
135135
if: failure()
136136
uses: actions/upload-artifact@v4
137137
with:
138-
name: phpt-test-results
138+
name: phpt-test-results-on-alpine
139139
path: |
140140
php_test_results*.txt
141141
tests/*.out
@@ -178,7 +178,7 @@ jobs:
178178
if: failure()
179179
uses: actions/upload-artifact@v4
180180
with:
181-
name: phpt-test-results
181+
name: phpt-test-results-on-macos-brew-${{ matrix.php-versions }}
182182
path: |
183183
php_test_results*.txt
184184
tests/*.out

0 commit comments

Comments
 (0)