ci: pin upload-artifact to v3 (Gitea GHES-mode incompatible with v4) #62

Merged
bvandeusen merged 1 commits from dev into main 2026-06-01 17:38:24 -04:00

1 Commits

Author SHA1 Message Date
bvandeusen be3436b931 ci: pin upload-artifact to v3 (Gitea GHES-mode incompatible with v4)
android / Build + lint + test (push) Successful in 4m30s
android / Build signed release APK (push) Has been skipped
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).
2026-06-01 17:34:09 -04:00