ci: fix missed upload-artifact@v4 in check job
CI / Lint · Typecheck · Test · Build (push) Successful in 1m7s
CI / Playwright (smoke) (push) Has been skipped
CI / Build & push images (push) Failing after 28s

The previous commit only hit the e2e job; the check job's coverage
upload step still referenced v4 because of different indentation.
This commit is contained in:
2026-04-16 21:14:59 -04:00
parent 68ba048462
commit 56ad33125d
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
run: pnpm build run: pnpm build
- name: Upload API coverage - name: Upload API coverage
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
if: always() if: always()
with: with:
name: api-coverage name: api-coverage