1
0
mirror of https://github.com/actions/download-artifact.git synced 2025-12-12 20:57:50 +01:00

doc: update readme

This commit is contained in:
Salman Muin Kayser Chishti
2025-12-12 17:39:35 +00:00
parent 0d2ec9d4cb
commit 72582b9e0a

View File

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