Specify that the generic v3 tag will follow the latest Node LTS#800
Specify that the generic v3 tag will follow the latest Node LTS#800danwkennedy wants to merge 3 commits intomainfrom
v3 tag will follow the latest Node LTS#800Conversation
There was a problem hiding this comment.
Pull request overview
Updates GHES guidance to clarify Node versioning intent for v3 releases/tags.
Changes:
- Adjusts the GHES Support section wording for the
v3.2.2release to say it uses the “latest Node LTS” instead of a specific Node version.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates GHES Support documentation to describe Node version alignment for the referenced v3 release/tag. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 1
| ## GHES Support | ||
|
|
||
| `upload-artifact@v4+` is not currently supported on GitHub Enterprise Server (GHES). If you are on GHES, you must use [v3.2.2](https://github.com/actions/upload-artifact/releases/tag/v3.2.2) (Node 24) or [v3.2.2-node20](https://github.com/actions/upload-artifact/releases/tag/v3.2.2-node20) (Node 20). | ||
| `upload-artifact@v4+` is not currently supported on GitHub Enterprise Server (GHES). If you are on GHES, you must use [v3.2.2](https://github.com/actions/upload-artifact/releases/tag/v3.2.2) (latest Node LTS) or [v3.2.2-node20](https://github.com/actions/upload-artifact/releases/tag/v3.2.2-node20) (Node 20). |
There was a problem hiding this comment.
The PR title says the generic v3 tag will track the latest Node LTS, but this sentence links to a pinned patch tag (v3.2.2) and labels it “latest Node LTS”. A fixed patch release won’t update when Node’s LTS changes, so this wording is likely to become misleading. Consider either (a) referencing the major tag (e.g., actions/upload-artifact@v3) when describing the moving “latest LTS” target, or (b) keeping an explicit Node version for v3.2.2 (and optionally add a separate note that the v3 major tag tracks the latest LTS).
Updated GHES support information for upload-artifact.
…cifying the node version Updated Node.js version information for GHES support.
No description provided.