Merge branch 'main' into feat/fix-dl-all-artifacts

This commit is contained in:
twsl 2025-09-11 16:30:21 +02:00 committed by GitHub
commit 09648ffcf2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,6 +34,8 @@ Now both methods are consistent:
- **By name**: `name: my-artifact` → extracted to `path/` (unchanged)
- **By ID**: `artifact-ids: 12345` → extracted to `path/` (updated - now direct)
Note: This change also applies to patterns that only match a single artifact.
## v4 - What's new
> [!IMPORTANT]