From 56d3cb15ed2a18ddd716761729124a74f91d0e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=96=E7=A0=81=E7=8C=BF?= Date: Sun, 5 Oct 2025 01:11:23 +0800 Subject: [PATCH] 33222 --- .gitea/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b798bce..e6b32c3 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -20,11 +20,11 @@ jobs: steps: # 步骤 1: 检出代码 - name: 检出代码 - uses: actions/checkout@v4 + uses: https://gitea.com/actions/checkout@v4 # 步骤 2: 设置 Node.js 环境 - name: 设置 Node.js 环境 - uses: actions/setup-node@v4 + uses: https://gitea.com/actions/setup-node@v4 with: node-version: 18 cache: 'npm' @@ -39,7 +39,7 @@ jobs: # 步骤 5: 上传打包产物 - name: 上传构建产物 - uses: actions/upload-artifact@v4 + uses: https://gitea.com/actions/upload-artifact@v4 with: name: dist path: dist/ \ No newline at end of file