Artifact: prepare 4.0.0

This commit is contained in:
Daniel Kennedy
2025-10-24 13:28:26 -04:00
parent 5b446d2657
commit 1388fd1cac
3 changed files with 10 additions and 3 deletions
+7
View File
@@ -1,5 +1,12 @@
# @actions/artifact Releases
### 4.0.0
- Add support for Node 24 [#2110](https://github.com/actions/toolkit/pull/2110)
- Fix: artifact pagination bugs and configurable artifact count limits [#2165](https://github.com/actions/toolkit/pull/2165)
- Fix: reject the promise on timeout [#2124](https://github.com/actions/toolkit/pull/2124)
- Update dependency versions
### 2.3.3
- Dependency updates [#2049](https://github.com/actions/toolkit/pull/2049)