mirror of
https://github.com/actions/download-artifact
synced 2025-09-22 03:38:09 +00:00
Compare commits
4 commits
fd7b0fbbca
...
796fa59eb6
Author | SHA1 | Date | |
---|---|---|---|
![]() |
796fa59eb6 | ||
![]() |
abefc31eaf | ||
![]() |
ac43a6070a | ||
![]() |
d05ccf8070 |
2 changed files with 3 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
|||
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
|
||||
{
|
||||
"name": "@actions/download-artifact",
|
||||
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-16"
|
||||
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-50"
|
||||
}
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue