Final fix-forward on the v2026.06.01 release chain. The tag-build path is green (image + APK both published), but android.yml's main-push debug-APK upload step still fails because actions/upload-artifact@v4 requires the GitHub Actions artifact-storage v2 backend, which Gitea Actions doesn't implement yet — it errors with GHESNotSupportedError.
Pinning to @v3 keeps the main-push debug-APK channel working. Tag-push releases were unaffected (they don't use upload-artifact).
After merge, the next push to main will exercise this.
Final fix-forward on the v2026.06.01 release chain. The tag-build path is green (image + APK both published), but `android.yml`'s main-push debug-APK upload step still fails because `actions/upload-artifact@v4` requires the GitHub Actions artifact-storage v2 backend, which Gitea Actions doesn't implement yet — it errors with `GHESNotSupportedError`.
Pinning to `@v3` keeps the main-push debug-APK channel working. Tag-push releases were unaffected (they don't use upload-artifact).
After merge, the next push to main will exercise this.
android.yml run 116 (main push on 2534384e) failed the debug-APK
upload step with:
::error::@actions/artifact v2.0.0+, upload-artifact@v4+ and
download-artifact@v4+ are not currently supported on GHES.
Gitea Actions emulates GHES; the v2 backend used by upload-artifact
v4 isn't implemented there yet. Pinning to @v3 keeps the main-push
debug-APK channel working without affecting the tag-push release
path (which doesn't use this action).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Final fix-forward on the v2026.06.01 release chain. The tag-build path is green (image + APK both published), but
android.yml's main-push debug-APK upload step still fails becauseactions/upload-artifact@v4requires the GitHub Actions artifact-storage v2 backend, which Gitea Actions doesn't implement yet — it errors withGHESNotSupportedError.Pinning to
@v3keeps the main-push debug-APK channel working. Tag-push releases were unaffected (they don't use upload-artifact).After merge, the next push to main will exercise this.