From 68570b271f3a83d44944d26543c6d7d2e4480385 Mon Sep 17 00:00:00 2001 From: DARKZOUL5 Date: Wed, 15 Oct 2025 11:09:03 +0300 Subject: [PATCH] switch artifact upload action to christopherhx/gitea-upload-artifact@v4 --- .gitea/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 5d88d2a..dd10333 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -62,7 +62,7 @@ jobs: echo "ZIP_PATH=$WORKSPACE_ROOT/$ZIP_NAME" >> $GITHUB_ENV - name: Upload Windows artifact - uses: https://gitea.com/actions/upload-artifact@v4 + uses: christopherhx/gitea-upload-artifact@v4 with: name: windows-zip path: ${{ env.ZIP_PATH }} @@ -149,7 +149,7 @@ jobs: echo "ZIP_PATH=$WORKSPACE_ROOT/$ZIP_NAME" >> $GITHUB_ENV - name: Upload Linux artifact - uses: https://gitea.com/actions/upload-artifact@v4 + uses: christopherhx/gitea-upload-artifact@v4 with: name: linux-zip path: ${{ env.ZIP_PATH }}