fix(tidb): use component.fetchAndExtractArtifact replace for artifact download (#3976)Replace direct shell script call with component.fetchAndExtractArtifactto automatically handle branch fallback for hotfix branches.Changes:- Replace download_pingcap_artifact.sh withcomponent.fetchAndExtractArtifact- Automatically fallback from hotfix branch (e.g.,release-8.5-20251125-v8.5.4) to release branch (e.g., release-8.5) whenartifact doesn't exist- Fix 404 errors when downloading tikv/pd artifacts for hotfix branches (commit: 3994cf5)