From 56ad33125d7c2e00aab374bafbf9f67b4320db3e Mon Sep 17 00:00:00 2001 From: josh Date: Thu, 16 Apr 2026 21:14:59 -0400 Subject: [PATCH] ci: fix missed upload-artifact@v4 in check job The previous commit only hit the e2e job; the check job's coverage upload step still referenced v4 because of different indentation. --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 6d87c4f..f1ae495 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -51,7 +51,7 @@ jobs: run: pnpm build - name: Upload API coverage - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 if: always() with: name: api-coverage