🔧 Update buildapp.yml dependencies

This commit is contained in:
aricloverEXTRA 2025-06-09 19:20:59 -05:00 committed by GitHub
parent c2ef300935
commit 15c3dd5185
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,7 +82,7 @@ jobs:
- name: SDK Caching
id: SDK
uses: actions/cache@v4.2.0
uses: actions/cache@v4.2.3
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.0
uses: actions/upload-artifact@v4.6.2
env:
UYOU_VERSION: ${{ inputs.uyou_version }}
YOUTUBE_VERSION: ${{ steps.prepare_youtube.outputs.youtube_version }}