Tim Düsterhus
Tim Düsterhus
Following #109. With PHP 8.5 `clone()` is now a proper function that still supports a parentheses-less syntax for compatibility purposes, but requires parens for the new clone-with functionality. For consistency...
https://url.spec.whatwg.org/#url-representation > A [URL](https://url.spec.whatwg.org/#concept-url)’s username is an [ASCII string](https://infra.spec.whatwg.org/#ascii-string) identifying a username. It is initially the empty string. > A [URL](https://url.spec.whatwg.org/#concept-url)’s password is an [ASCII string](https://infra.spec.whatwg.org/#ascii-string) identifying a password. It...
see https://news-web.php.net/php.internals/129728
### What happened? I am using `actions/upload-artifact/merge@v6` with `delete-merged` to merge multiple artifacts. In one run, a deletion request apparently encountered an error, but the artifact was nevertheless deleted. The...