github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Update `actions/upload-artifact` & `actions/download-artifact` to `node24` versions

Open MikeMcC399 opened this issue 1 month ago • 1 comments

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:

MikeMcC399 avatar Oct 31 '25 17:10 MikeMcC399

Related:

  • https://github.com/actions/upload-artifact/pull/719
  • https://github.com/actions/download-artifact/pull/434

MikeMcC399 avatar Nov 06 '25 18:11 MikeMcC399

GitHub released updates on Dec 12, 2025 with runs.using: node24:

meaning that this issue can now be progressed.

MikeMcC399 avatar Dec 14 '25 12:12 MikeMcC399

:tada: This issue has been resolved in version 6.10.7 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Dec 15 '25 14:12 github-actions[bot]