diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml old mode 100755 new mode 100644 index a578bb2..651f920 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -170,7 +170,7 @@ jobs: echo "Found and renamed APK to: $NEW_APK_PATH" - name: 📤 Upload Debug APK Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: GlowingHelper-debug-v${{ steps.version_info.outputs.version_code }} path: ${{ steps.build_info.outputs.apk_path }} @@ -278,7 +278,7 @@ jobs: echo "Found and renamed APK to: $NEW_APK_PATH" - name: 📤 Upload Release APK Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: GlowingHelper-release-v${{ steps.version_info.outputs.version_code }} path: ${{ steps.build_info.outputs.apk_path }}