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
Some checks failed
Licensed / Check licenses (push) Successful in 39s
Test / Build (ubuntu-latest) (push) Failing after 54s
Test / Upload HTML Report (push) Failing after 1m30s
Check dist/ / check-dist (push) Successful in 1m47s
Test Proxy / test-proxy-upload (push) Failing after 1m54s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled
Test / Merge (push) Has been cancelled
Test / Cleanup Artifacts (push) Has been cancelled
Code scanning - action / CodeQL-Build (push) Failing after 26s
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