mirror of
https://github.com/actions/download-artifact
synced 2025-09-22 03:38:09 +00:00
Compare commits
4 commits
4f0a1fb65f
...
daa3d018d4
Author | SHA1 | Date | |
---|---|---|---|
![]() |
daa3d018d4 | ||
![]() |
abefc31eaf | ||
![]() |
ac43a6070a | ||
![]() |
ef3d263efa |
1 changed files with 4 additions and 1 deletions
|
@ -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]
|
||||
|
@ -100,7 +102,8 @@ You are welcome to still raise bugs in this repo.
|
|||
pattern:
|
||||
|
||||
# When multiple artifacts are matched, this changes the behavior of the destination directories.
|
||||
# If true, the downloaded artifacts will be in the same directory specified by path.
|
||||
# If true, the downloaded artifacts will be in the same directory specified by path. There is no check for file name
|
||||
# collisions. If multiple artifacts have files with the same name, only one will end up in path.
|
||||
# If false, the downloaded artifacts will be extracted into individual named directories within the specified path.
|
||||
# Note: When downloading a single artifact (by name or ID), it will always be extracted directly to the specified path.
|
||||
# Optional. Default is 'false'
|
||||
|
|
Loading…
Reference in a new issue