diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 108cf86..e3bdbe9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: run: flutter build apk --debug - name: Upload APK artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: solux-debug-apk path: build/app/outputs/flutter-apk/app-debug.apk