The `build` workflow's compile step already passed, but actions/upload-artifact@v4
fails on Gitea's GHES-compatible Actions backend (GHESNotSupportedError: the
@actions/artifact v2 protocol isn't supported), marking every push/tag run red.
Downgrade to @v3 (v1 artifact API, which Gitea implements) so the run goes green.
No mod-code change vs v0.4.34 — version bump only so the latest release carries
the fixed workflow and shows a green check.
Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
- net.fabricmc.fabric-loom 1.16-SNAPSHOT (no remap; MC 26.1+ ships unobfuscated)
- gradle.properties: minecraft_version=26.1.2, loader=0.19.2, fabric-api=0.149.0+26.1.2
- Java 25 toolchain
- fabric.mod.json: fabricloader>=0.19.0, java>=25
- Drop multi-version build script + matrix CI (single-target now)
- Backup of 1.21.6/7/8 working tree preserved on mc-1.21.x branch
Source migration to Mojmap names is in progress on follow-up commits;
this commit alone will not build until source files are ported.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>