Revise upload-artifact GHES support details

Updated GHES support information for upload-artifact.
This commit is contained in:
Daniel Kennedy 2026-04-14 09:59:39 -04:00 committed by GitHub
parent d66b4e545c
commit 06695365b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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) (latest Node LTS) 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) (latest Node LTS). We will also provide releases for older supported NodeJS versions. For example: [v3.2.2-node20](https://github.com/actions/upload-artifact/releases/tag/v3.2.2-node20) runs `v3.2.2` on NodeJS v20.
## Usage