Skip to content

Commit 19bef0d

Browse files
committed
unique artifact name
1 parent 6f759a2 commit 19bef0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180

181181
- uses: "actions/download-artifact@v4"
182182
with:
183-
name: "result-cache"
183+
name: "result-cache-${{ matrix.php-version }}"
184184
path: "tmp/"
185185

186186
- name: "Run infection"
@@ -235,5 +235,5 @@ jobs:
235235

236236
- uses: "actions/upload-artifact@v4"
237237
with:
238-
name: "result-cache"
238+
name: "result-cache-${{ matrix.php-version }}"
239239
path: "tmp/resultCache.php"

0 commit comments

Comments
 (0)