diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 20685a6..454fe77 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -27,7 +27,7 @@ jobs: - name: Build debug APK run: flutter build apk --debug - name: Upload debug APK - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: readly-debug-apk path: build/app/outputs/flutter-apk/app-debug.apk