Update `actions/upload-artifact` & `actions/download-artifact` to `node24` versions
What would you like?
Update documentation and examples to use versions of the matched pair of JavaScript actions that run using node24:
Why is this needed?
Documentation and examples currently use:
and these runs.using node20.
The node20 option for GitHub Actions is tied to Node.js 20 that is planned for End-of-life on Apr 30, 2026.
Supports resolution of issue https://github.com/cypress-io/github-action/issues/1519
Other
The current latest versions runs.using node20 and therefore do not yet meet the needs of providing for node24 support:
Related:
- https://github.com/actions/upload-artifact/pull/719
- https://github.com/actions/download-artifact/pull/434
GitHub released updates on Dec 12, 2025 with runs.using: node24:
meaning that this issue can now be progressed.
:tada: This issue has been resolved in version 6.10.7 :tada:
The release is available on:
Your semantic-release bot :package::rocket: