From 6d4e0ac2e996e8fdbc1a80de4c72db34546e8cc4 Mon Sep 17 00:00:00 2001 From: aricloverEXTRA <157071384+aricloverEXTRA@users.noreply.github.com> Date: Mon, 3 Nov 2025 22:50:48 -0600 Subject: [PATCH] Fix pull request branch Fixes inconsistency with the buildapp.yml file from the main branch. --- .github/workflows/buildapp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 95d16ad..efdb0e0 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -82,7 +82,7 @@ jobs: - name: SDK Caching id: SDK - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 env: cache-name: iOS-${{ inputs.sdk_version }}-SDK with: @@ -157,7 +157,7 @@ jobs: - name: Upload Artifact if: ${{ inputs.upload_artifact }} - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v5 env: UYOU_VERSION: ${{ inputs.uyou_version }} YOUTUBE_VERSION: ${{ steps.prepare_youtube.outputs.youtube_version }} @@ -169,7 +169,7 @@ jobs: - name: Create Release if: ${{ inputs.create_release }} id: create_release - uses: softprops/action-gh-release@v2.3.3 + uses: softprops/action-gh-release@v2.4.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} UYOU_VERSION: ${{ inputs.uyou_version }}