Compare commits

...

4 Commits

Author SHA1 Message Date
Daniel Kennedy
cf456ec442 Update what Node version v3 actually uses. Provide examples for specifying the node version
Updated Node.js version information for GHES support.
2026-04-14 10:19:31 -04:00
Daniel Kennedy
06695365b5 Revise upload-artifact GHES support details
Updated GHES support information for upload-artifact.
2026-04-14 09:59:39 -04:00
Daniel Kennedy
d66b4e545c Specify that the generic v3 tag will follow the latest Node LTS 2026-04-14 09:50:27 -04:00
Yang Cao
043fb46d1a Merge pull request #797 from actions/yacaovsnc/update-dependency
Include changes in typespec/ts-http-runtime 0.3.5
2026-04-10 12:08:32 -04:00

View File

@@ -60,7 +60,7 @@ You are welcome to still raise bugs in this repo.
## 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](https://github.com/actions/upload-artifact/releases?q=v3) (Node v20). We will also provide releases for specific NodeJS versions. For example: [v3.2.2-node24](https://github.com/actions/upload-artifact/releases/tag/v3.2.2-node20) runs `v3.2.2` on NodeJS v24 (see the releases page for all supported Node versions).
## Usage