From 30f6c5c80ae2814d0b021c09d050cd255928c078 Mon Sep 17 00:00:00 2001 From: Zephrynis Date: Sun, 25 Jan 2026 23:12:51 +0000 Subject: [PATCH] Downgrade upload-artifact to v3 for Gitea compatibility --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 4369800..70c7843 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -32,7 +32,7 @@ jobs: run: ./gradlew build distZip - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: JStom-Distribution path: build/distributions/*.zip