mirror of
https://github.com/actions/upload-artifact.git
synced 2026-04-16 08:15:43 +00:00
Update what Node version v3 actually uses. Provide examples for specifying the node version
Updated Node.js version information for GHES support.
This commit is contained in:
parent
06695365b5
commit
cf456ec442
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ You are welcome to still raise bugs in this repo.
|
||||||
|
|
||||||
## GHES Support
|
## GHES Support
|
||||||
|
|
||||||
`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.
|
`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
|
## Usage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue