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:
@@ -92,7 +92,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload screenshots (zip artifact)
|
- name: Upload screenshots (zip artifact)
|
||||||
if: always()
|
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:
|
with:
|
||||||
name: punktfunk-appstore-screenshots
|
name: punktfunk-appstore-screenshots
|
||||||
path: clients/apple/screenshots
|
path: clients/apple/screenshots
|
||||||
|
|||||||
Reference in New Issue
Block a user