Remove Deprecated Warnings ⚠️ - buildapp.yml

Removed deprecated related to Node.js 16.
This commit is contained in:
arichornlover 2024-01-24 20:30:01 -06:00 committed by GitHub
parent 6b800100f1
commit 550f193099
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,7 +81,7 @@ jobs:
- name: SDK Caching
id: SDK
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
env:
cache-name: iOS-${{ inputs.sdk_version }}-SDK
with:
@ -144,7 +144,7 @@ jobs:
- name: Upload Artifact
if: ${{ inputs.upload_artifact }}
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v3.3.0
env:
UYOU_VERSION: ${{ inputs.uyou_version }}
YOUTUBE_VERSION: ${{ inputs.youtube_version }}