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>
This commit is contained in:
Copilot
2025-11-16 19:42:11 +08:00
committed by GitHub
parent 71de2f0e23
commit 26c451c07d

View File

@@ -15,6 +15,11 @@
"groupName": "self-maintained",
"matchPackageNames": ["@rc-component/*", "rc-*", "@ant-design/*"],
"enabled": false
},
{
"matchManagers": ["github-actions"],
"matchPackageNames": ["actions/upload-artifact"],
"enabled": false
}
]
}