diff --git a/packages/artifact/RELEASES.md b/packages/artifact/RELEASES.md index 051b60a3..98fdff4a 100644 --- a/packages/artifact/RELEASES.md +++ b/packages/artifact/RELEASES.md @@ -1,5 +1,11 @@ # @actions/artifact Releases +### 5.0.0 + +- Dependency updates for Node.js 24 runtime support +- Update `@actions/core` to v2 +- Update `@actions/http-client` to v3 + ### 4.0.0 - Add support for Node 24 [#2110](https://github.com/actions/toolkit/pull/2110)