mirror of
https://github.com/actions/download-artifact
synced 2025-09-22 11:47:52 +00:00
Compare commits
1 commit
74b9867224
...
f2e6f2d205
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f2e6f2d205 |
2 changed files with 1 additions and 3 deletions
2
.github/workflows/test-node24-workflow.yml
vendored
2
.github/workflows/test-node24-workflow.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
test-node24:
|
test-node24:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
# Setup with Node.js 24
|
# Setup with Node.js 24
|
||||||
- name: Setup Node.js 24
|
- name: Setup Node.js 24
|
||||||
|
|
|
@ -34,8 +34,6 @@ Now both methods are consistent:
|
||||||
- **By name**: `name: my-artifact` → extracted to `path/` (unchanged)
|
- **By name**: `name: my-artifact` → extracted to `path/` (unchanged)
|
||||||
- **By ID**: `artifact-ids: 12345` → extracted to `path/` (updated - now direct)
|
- **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
|
## v4 - What's new
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
|
|
Loading…
Reference in a new issue