diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 12e5ac9..91d0ef9 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -37,7 +37,7 @@ jobs: # 步骤 5: 上传打包产物 - name: 上传构建产物 - uses: https://gitea.com/actions/upload-artifact@v4 + uses: https://gitea.com/actions/upload-artifact@v3 with: name: dist path: dist/ \ No newline at end of file