1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-08-31 16:40:55 +00:00

fix(ci): Downgrade setup-uv action from v6 to v5

The setup-uv@v6 action has deprecated Node 18 support mid-version by
using the File API, causing workflow failures. Temporarily downgrading
to v5 until we migrate to a better runner image with Node 20+ support.
This commit is contained in:
Tom Foster 2025-08-21 21:10:15 +01:00
parent 256bed992e
commit aacaf5a2a0

View file

@ -18,7 +18,7 @@ jobs:
persist-credentials: false
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v6
uses: https://github.com/astral-sh/setup-uv@v5
with:
enable-cache: true
ignore-nothing-to-cache: true