mirror of
https://github.com/therealaleph/MasterHttpRelayVPN-RUST.git
synced 2026-05-18 05:44:35 +03:00
a6db13bda5
The commit-releases job's `actions/download-artifact@v4` step has failed twice in a row (v1.7.5 retrigger, v1.7.6) with the same shape: ~10 artifacts download successfully, then "Unable to download artifact(s): Artifact download failed after 5 retries" on the 11th-13th. The 10 that complete print their SHA256 digests cleanly; the failure is unambiguously inside actions/download- artifact, not on our side. Workaround: pull from `gh release download` instead. The `release` job populated the GitHub Release page a few seconds earlier with the same artifacts; pulling from there reads from a different CDN (Release-page blob store) with different retry / rate-limit characteristics. Empirically more reliable for our 13-artifact release size. Filtered to *.tar.gz / *.zip / *.apk so we only fetch the user- facing artifacts (skipping anything like checksum sidecars that softprops/action-gh-release@v2 might add later). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>