mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-07 07:58:48 -04:00
Rename to downloadVersionResult
Co-authored-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>
This commit is contained in:
parent
d20494ac36
commit
40f8c3a1cf
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ async function setupUv(
|
||||||
}
|
}
|
||||||
core.setOutput("uv-cache-hit", false);
|
core.setOutput("uv-cache-hit", false);
|
||||||
|
|
||||||
const versionResult = await downloadVersion(
|
const downloadVersionResult = await downloadVersion(
|
||||||
platform,
|
platform,
|
||||||
arch,
|
arch,
|
||||||
resolvedVersion,
|
resolvedVersion,
|
||||||
|
|
Loading…
Add table
Reference in a new issue