Commit de5ff02
authored
[deps]: Update GitHub Artifact Actions (major) (#395)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/download-artifact](https://redirect.github.com/actions/download-artifact)
| action | major | `v4.1.8` -> `v6.0.0` |
|
[actions/upload-artifact](https://redirect.github.com/actions/upload-artifact)
| action | major | `v4.6.0` -> `v5.0.0` |
---
### Release Notes
<details>
<summary>actions/download-artifact (actions/download-artifact)</summary>
###
[`v6.0.0`](https://redirect.github.com/actions/download-artifact/releases/tag/v6.0.0)
[Compare
Source](https://redirect.github.com/actions/download-artifact/compare/v5.0.0...v6.0.0)
#### What's Changed
**BREAKING CHANGE:** this update supports Node `v24.x`. This is not a
breaking change per-se but we're treating it as such.
- Update README for download-artifact v5 changes by
[@​yacaovsnc](https://redirect.github.com/yacaovsnc) in
[#​417](https://redirect.github.com/actions/download-artifact/pull/417)
- Update README with artifact extraction details by
[@​yacaovsnc](https://redirect.github.com/yacaovsnc) in
[#​424](https://redirect.github.com/actions/download-artifact/pull/424)
- Readme: spell out the first use of GHES by
[@​danwkennedy](https://redirect.github.com/danwkennedy) in
[#​431](https://redirect.github.com/actions/download-artifact/pull/431)
- Bump `@actions/artifact` to `v4.0.0`
- Prepare `v6.0.0` by
[@​danwkennedy](https://redirect.github.com/danwkennedy) in
[#​438](https://redirect.github.com/actions/download-artifact/pull/438)
#### New Contributors
- [@​danwkennedy](https://redirect.github.com/danwkennedy) made
their first contribution in
[#​431](https://redirect.github.com/actions/download-artifact/pull/431)
**Full Changelog**:
<actions/download-artifact@v5...v6.0.0>
###
[`v5.0.0`](https://redirect.github.com/actions/download-artifact/releases/tag/v5.0.0)
[Compare
Source](https://redirect.github.com/actions/download-artifact/compare/v4.3.0...v5.0.0)
#### What's Changed
- Update README.md by
[@​nebuk89](https://redirect.github.com/nebuk89) in
[#​407](https://redirect.github.com/actions/download-artifact/pull/407)
- BREAKING fix: inconsistent path behavior for single artifact downloads
by ID by [@​GrantBirki](https://redirect.github.com/GrantBirki) in
[#​416](https://redirect.github.com/actions/download-artifact/pull/416)
#### v5.0.0
##### 🚨 Breaking Change
This release fixes an inconsistency in path behavior for single artifact
downloads by ID. **If you're downloading single artifacts by ID, the
output path may change.**
##### What Changed
Previously, **single artifact downloads** behaved differently depending
on how you specified the artifact:
- **By name**: `name: my-artifact` → extracted to `path/` (direct)
- **By ID**: `artifact-ids: 12345` → extracted to `path/my-artifact/`
(nested)
Now both methods are consistent:
- **By name**: `name: my-artifact` → extracted to `path/` (unchanged)
- **By ID**: `artifact-ids: 12345` → extracted to `path/` (fixed - now
direct)
##### Migration Guide
##### ✅ No Action Needed If:
- You download artifacts by **name**
- You download **multiple** artifacts by ID
- You already use `merge-multiple: true` as a workaround
##### 1 parent 00c854d commit de5ff02
File tree
3 files changed
+5
-5
lines changed- .github/workflows
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments