mirror of
https://github.com/actions/download-artifact
synced 2025-09-22 03:38:09 +00:00
Compare commits
4 commits
f2e6f2d205
...
74b9867224
Author | SHA1 | Date | |
---|---|---|---|
![]() |
74b9867224 | ||
![]() |
2b32ad4542 | ||
![]() |
abefc31eaf | ||
![]() |
ac43a6070a |
2 changed files with 3 additions and 1 deletions
2
.github/workflows/test-node24-workflow.yml
vendored
2
.github/workflows/test-node24-workflow.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
test-node24:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
# Setup with Node.js 24
|
||||
- name: Setup Node.js 24
|
||||
|
|
|
@ -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