mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +00:00
🔧 Update buildapp.yml dependencies
This commit is contained in:
parent
c2ef300935
commit
15c3dd5185
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildapp.yml
vendored
4
.github/workflows/buildapp.yml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
||||||
|
|
||||||
- name: SDK Caching
|
- name: SDK Caching
|
||||||
id: SDK
|
id: SDK
|
||||||
uses: actions/cache@v4.2.0
|
uses: actions/cache@v4.2.3
|
||||||
env:
|
env:
|
||||||
cache-name: iOS-${{ inputs.sdk_version }}-SDK
|
cache-name: iOS-${{ inputs.sdk_version }}-SDK
|
||||||
with:
|
with:
|
||||||
|
|
@ -157,7 +157,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
if: ${{ inputs.upload_artifact }}
|
if: ${{ inputs.upload_artifact }}
|
||||||
uses: actions/upload-artifact@v4.6.0
|
uses: actions/upload-artifact@v4.6.2
|
||||||
env:
|
env:
|
||||||
UYOU_VERSION: ${{ inputs.uyou_version }}
|
UYOU_VERSION: ${{ inputs.uyou_version }}
|
||||||
YOUTUBE_VERSION: ${{ steps.prepare_youtube.outputs.youtube_version }}
|
YOUTUBE_VERSION: ${{ steps.prepare_youtube.outputs.youtube_version }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue