docs: correct description of Node.js 24 support in README

upload-artifact-v6-release
Salman Muin Kayser Chishti 2025-12-12 17:41:47 +00:00
parent ddc45ed9bc
commit e516bc8500
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ See also [download-artifact](https://github.com/actions/download-artifact).
### Node.js 24
This release updates the runtime to Node.js 24. v6 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.
## v4 - What's new