diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index 78d9795..080680a 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -42,7 +42,7 @@ jobs: cp android/app/build/outputs/apk/release/app-release.apk artifacts/orionTV.${{ steps.package-version.outputs.version }}.apk - name: Upload TV APK - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: orionTV-apk path: artifacts/orionTV.${{ steps.package-version.outputs.version }}.apk