From e646c4792153aa0b97e3136db1cc5b580dc152fd Mon Sep 17 00:00:00 2001 From: zimplexing Date: Wed, 2 Jul 2025 09:52:53 +0800 Subject: [PATCH] Update --- .github/workflows/build-apk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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