mirror of
https://github.com/actions/download-artifact
synced 2025-09-22 03:38:09 +00:00
Compare commits
6 commits
aa7d3914fe
...
8ce54a16f1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8ce54a16f1 | ||
![]() |
abefc31eaf | ||
![]() |
ac43a6070a | ||
![]() |
bb41be0133 | ||
![]() |
72db79fe99 | ||
![]() |
dcd703c4b7 |
2 changed files with 3 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]
|
||||
|
|
|
@ -39,5 +39,5 @@ outputs:
|
|||
download-path:
|
||||
description: 'Path of artifact download'
|
||||
runs:
|
||||
using: 'node20'
|
||||
using: 'node18'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Reference in a new issue