Commit
b1b1109e61b3c29377d961f424e4f50528bb7511
by noreplyfeat(pd): use component.fetchAndExtractArtifact replace for artifact download (#3991)
Replace direct shell script call with component.fetchAndExtractArtifact
to automatically handle branch fallback for hotfix branches.
Changes:
Replace download_pingcap_artifact.sh with
component.fetchAndExtractArtifact
Automatically fallback from hotfix branch (e.g.,
release-8.5-20251125-v8.5.4) to release branch (e.g., release-8.5) when
artifact doesn't exist
Fix 404 errors when downloading artifacts for hotfix branches
(commit: b1b1109)