ci: pin upload-artifact to v3 (Gitea GHES-mode incompatible with v4) #62
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.