From 9371616508b1385548af513103a8e82038a8b98c Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Thu, 16 Jul 2026 10:46:54 -0400 Subject: [PATCH] fix(ci): downgrade artifact actions to v3 for gitea compatibility --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 905e782..08a94a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: NO_STRIP: "true" run: cd web && npx tauri build - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: linux-bundles path: | @@ -51,7 +51,7 @@ jobs: run: cd web && set PATH=%USERPROFILE%\.cargo\bin;%PATH% && npx tauri build shell: cmd - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: windows-bundles path: | @@ -62,7 +62,7 @@ jobs: needs: [build-linux, build-windows] runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v3 - name: Create release uses: actions/gitea-release-action@v3 env: