ci: download uv directly from GitHub Releases - #24
Merged
NouraldinFarge merged 2 commits intoAug 25, 2026
Conversation
NouraldinFarge
deleted the
maintenance/setup-uv-direct-download-20260825
branch
August 25, 2026 23:42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
DrawScope main CI run 32910519188 succeeded, but setup-uv resolved latest to uv 0.12.6, requested it from the Astral mirror, received HTTP 404, emitted a warning annotation, and then succeeded from the official GitHub release URL.
The pinned setup-uv v9 action documents download-from-astral-mirror as a supported boolean input with a true default. Its pinned source emits this exact warning before retrying GitHub Releases. Repository history provides no documented reason for CI and release to track latest while dependency auditing remained on uv 0.11.30.
This focused change makes setup deterministic across CI, dependency auditing, and release builds by pinning the already hosted-tested uv 0.12.6 and downloading it directly from the official GitHub release source.
Scope
Verification
Primary implementation references: