From d66b4e545cf70c0823b446cb25c0819db09bd167 Mon Sep 17 00:00:00 2001 From: Daniel Kennedy Date: Tue, 14 Apr 2026 09:50:27 -0400 Subject: [PATCH] Specify that the generic `v3` tag will follow the latest Node LTS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b708eb3..4fc8cea 100644 --- a/README.md +++ b/README.md @@ -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.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). ## Usage