Compare commits

..
Author SHA1 Message Date
Renovate 7c69d2561f Add renovate.json
Test / Upload HTML Report (pull_request) Failing after 5m2s
Check dist/ / check-dist (pull_request) Successful in 10m1s
Test / Build (macos-latest) (pull_request) Has been cancelled
Test / Build (windows-latest) (pull_request) Has been cancelled
Test / Merge (pull_request) Has been cancelled
Test / Cleanup Artifacts (pull_request) Has been cancelled
Code scanning - action / CodeQL-Build (push) Failing after 2s
Code scanning - action / CodeQL-Build (pull_request) Failing after 2s
Licensed / Check licenses (pull_request) Successful in 18s
Test / Build (ubuntu-latest) (pull_request) Failing after 5m25s
Test Proxy / test-proxy-upload (pull_request) Failing after 21s
2026-07-28 03:22:44 +00:00
2 changed files with 7 additions and 1 deletions
+1 -1
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](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).
`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
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}