ci(apple): use upload-artifact@v3 for screenshots (Gitea has no v4 backend)

Gitea's artifact storage identifies as GHES, which @actions/artifact v2+
(upload-artifact@v4) refuses outright. v3 uses the older artifact API Gitea
supports; the downloaded artifact is still a zip. (The capture itself already
worked — 5 macOS scenes were produced; only the v4 upload failed.)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-22 20:41:13 +02:00
parent 1c5c241fa3
commit 66d3e16822
+3 -1
View File
@@ -92,7 +92,9 @@ jobs:
- name: Upload screenshots (zip artifact)
if: always()
uses: actions/upload-artifact@v4
# v3, not v4: Gitea's artifact backend identifies as GHES, which @actions/artifact v2+
# (upload-artifact@v4) refuses. v3 uses the older API Gitea supports; download is still a zip.
uses: actions/upload-artifact@v3
with:
name: punktfunk-appstore-screenshots
path: clients/apple/screenshots