From 81a91fbfffdbbc333a8f333211a4f691273ef078 Mon Sep 17 00:00:00 2001 From: SpecialX <47072643+wangxiner55@users.noreply.github.com> Date: Wed, 17 Dec 2025 17:16:25 +0800 Subject: [PATCH] v3 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 13c2301..19cd416 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: run: npm run build - name: Upload production build artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: next-build path: |