From 5cbe5783d4c8704459c12da010254f43e0d03c4a Mon Sep 17 00:00:00 2001 From: ReTeamSpeak Date: Tue, 12 May 2026 17:41:01 +0900 Subject: [PATCH] fix(ci): downgrade artifact actions to v3 for Gitea Actions compatibility --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b56d7c..a183851 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: run: npm run build - name: Upload frontend artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: frontend-dist path: src/tauri-app/frontend/dist/ @@ -157,7 +157,7 @@ jobs: libasound2-dev - name: Download frontend artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: frontend-dist path: src/tauri-app/frontend/dist/ @@ -199,7 +199,7 @@ jobs: tar -czf re-teamspeak-${{ matrix.artifact }}.tar.gz -C dist . - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: re-teamspeak-${{ matrix.artifact }} path: re-teamspeak-${{ matrix.artifact }}.* @@ -215,7 +215,7 @@ jobs: steps: - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: path: artifacts/