diff --git a/.github/workflows/android-apk.yml b/.github/workflows/android-apk.yml index 0fc1341..151d2a4 100644 --- a/.github/workflows/android-apk.yml +++ b/.github/workflows/android-apk.yml @@ -87,7 +87,7 @@ jobs: run: flutter build apk --release --split-per-abi - name: Upload APK artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: sourceinstaller-apk-${{ github.sha }} path: build/app/outputs/flutter-apk/*.apk