ci: use forgejo-compatible artifact upload

This commit is contained in:
Daniel 2026-05-10 18:48:40 +02:00
parent e3470d07e7
commit dc8e99dc62

View file

@ -69,7 +69,7 @@ jobs:
cp "$APK" "artifacts/pedscribe-${GITHUB_REF_NAME:-manual}.apk"
- name: Upload APK artifact
uses: https://github.com/actions/upload-artifact@v4
uses: https://github.com/actions/upload-artifact@v3
with:
name: pedscribe-android-apk
path: artifacts/*.apk