fix(ci): downgrade artifact actions to v3 for gitea compatibility

This commit is contained in:
2026-07-16 10:46:54 -04:00
parent 6a24b6f335
commit a99714eec6
+3 -3
View File
@@ -21,7 +21,7 @@ jobs:
NO_STRIP: "true" NO_STRIP: "true"
run: cd web && npx tauri build run: cd web && npx tauri build
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: linux-bundles name: linux-bundles
path: | path: |
@@ -51,7 +51,7 @@ jobs:
run: cd web && set PATH=%USERPROFILE%\.cargo\bin;%PATH% && npx tauri build run: cd web && set PATH=%USERPROFILE%\.cargo\bin;%PATH% && npx tauri build
shell: cmd shell: cmd
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: windows-bundles name: windows-bundles
path: | path: |
@@ -62,7 +62,7 @@ jobs:
needs: [build-linux, build-windows] needs: [build-linux, build-windows]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v3
- name: Create release - name: Create release
uses: actions/gitea-release-action@v3 uses: actions/gitea-release-action@v3
env: env: