fix(cd): update artifact actions to use Gitea versions
Theme CD / Package Theme (release) Successful in 39s
Theme CD / Release (release) Failing after 13s

这个提交包含在:
rohow
2026-01-22 23:30:46 +08:00
未验证
父节点 7df7e5b952
当前提交 c0d32399f7
+2 -2
查看文件
@@ -26,7 +26,7 @@ jobs:
- name: Build - name: Build
run: pnpm build run: pnpm build
- name: Upload Artifacts - name: Upload Artifacts
uses: actions/upload-artifact@v6 uses: christopherhx/gitea-upload-artifact@v4
with: with:
name: theme-package name: theme-package
path: dist path: dist
@@ -39,7 +39,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- name: Download Artifacts - name: Download Artifacts
uses: actions/download-artifact@v6 uses: christopherhx/gitea-download-artifact@v4
with: with:
name: theme-package name: theme-package
path: dist path: dist