From a813e12277a531f9966013f3df672f9e4386d01e Mon Sep 17 00:00:00 2001 From: MiTHRAL Date: Wed, 19 Aug 2026 15:41:57 -0400 Subject: [PATCH] Use upload-artifact@v3 for Gitea compatibility upload-artifact@v4 requires the GitHub-only artifact v2 API (GHESNotSupportedError on Gitea). v3 uses the v1 protocol that Gitea's act_runner implements, and is mirrored on the Forgejo mirror. --- .gitea/workflows/build-pack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-pack.yaml b/.gitea/workflows/build-pack.yaml index 4a94f14..9a13820 100644 --- a/.gitea/workflows/build-pack.yaml +++ b/.gitea/workflows/build-pack.yaml @@ -48,7 +48,7 @@ jobs: run: python3 ../tools/validate_pack.py . cf ../SciCraft-CurseForge.zip - name: Upload pack artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: scicraft-pack path: |