Skip to content

Commit c0e5252

Browse files
committed
Update build.yml
1 parent 67cf382 commit c0e5252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,5 +241,5 @@ jobs:
241241
- uses: "actions/upload-artifact@v4"
242242
with:
243243
# "update-packages" is not relevant for the download-artifact counterpart, but we need it here to get unique artifact names across all jobs
244-
name: "result-cache-${{ matrix.php-version }}${{ matrix.update-packages && '-updated' || '' }}"
244+
name: "result-cache-${{ matrix.php-version }}${{ matrix.update-packages && '-packages-updated' || '' }}"
245245
path: "tmp/resultCache.php"

0 commit comments

Comments
 (0)