Remove a tautology

This commit is contained in:
Daniel Kennedy
2026-04-10 10:39:27 -04:00
parent 07454fcfbf
commit cab3c9432c

View File

@@ -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) yet. 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) (Node 24) or [v3.2.2-node20](https://github.com/actions/upload-artifact/releases/tag/v3.2.2-node20) (Node 20).
## Usage ## Usage