mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-07-28 16:51:38 +00:00
Do not warn when version not in manifest-file (#462)
This will spam the GitHub summary with warnings as soon as a new version is released and no new setup-uv version containing this version in the distributed manifest-file is released Closes: #461
This commit is contained in:
committed by
GitHub
parent
c6a5ebaafe
commit
bd01e18f51
@ -64,7 +64,7 @@ export async function downloadVersionFromManifest(
|
||||
platform,
|
||||
);
|
||||
if (!downloadUrl) {
|
||||
core.warning(
|
||||
core.info(
|
||||
`manifest-file does not contain version ${version}, arch ${arch}, platform ${platform}. Falling back to GitHub releases.`,
|
||||
);
|
||||
return await downloadVersionFromGithub(
|
||||
|
Reference in New Issue
Block a user