Change to compatible artifact ver
CI / Prepare job (push) Successful in 4s Details
CI / Build individual modules (push) Successful in 2m53s Details
CI / Publish repo (push) Successful in 1m21s Details

This commit is contained in:
Draff 2025-02-23 22:04:46 +00:00
parent edd1187493
commit 43bd7342e7
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ jobs:
- name: Upload APKs
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
uses: actions/upload-artifact@v3
with:
name: "individual-apks"
path: "**/*.apk"
@ -72,7 +72,7 @@ jobs:
runs-on: arch
steps:
- name: Download APK artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@v3 # v4.1.8
with:
path: ~/apk-artifacts