From 26c451c07d24a5056ffff7fbfdbbf3cfbb91e40f Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sun, 16 Nov 2025 19:42:11 +0800 Subject: [PATCH] chore: Pin actions/upload-artifact@v4 and disable renovate updates (#55730) * chore(deps): update actions/upload-artifact action to v5 * Initial plan * Revert to actions/upload-artifact@v4 and disable renovate updates Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com> Co-authored-by: thinkasany <480968828@qq.com> --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index ee75ed3427..e3d035d66c 100644 --- a/renovate.json +++ b/renovate.json @@ -15,6 +15,11 @@ "groupName": "self-maintained", "matchPackageNames": ["@rc-component/*", "rc-*", "@ant-design/*"], "enabled": false + }, + { + "matchManagers": ["github-actions"], + "matchPackageNames": ["actions/upload-artifact"], + "enabled": false } ] }