ci: downgrade upload-artifact to v3 (v4 not supported on Gitea/GHES)
All checks were successful
Android Build & Publish / android (push) Successful in 2m1s
All checks were successful
Android Build & Publish / android (push) Successful in 2m1s
This commit is contained in:
@@ -95,7 +95,7 @@ jobs:
|
||||
|
||||
# ── 9. Upload APKs as workflow artifacts ─────────────────────────────────
|
||||
- name: Upload APKs as artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: scopone-android-${{ github.run_number }}
|
||||
path: |
|
||||
|
||||
Reference in New Issue
Block a user