mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-05 23:25:19 -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);
|
||||
|
||||
const versionResult = await downloadVersion(
|
||||
const downloadVersionResult = await downloadVersion(
|
||||
platform,
|
||||
arch,
|
||||
resolvedVersion,
|
||||
|
|
Loading…
Add table
Reference in a new issue