From 550f193099060a33651dfb9a961deb197a285ad6 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Wed, 24 Jan 2024 20:30:01 -0600 Subject: [PATCH] =?UTF-8?q?Remove=20Deprecated=20Warnings=20=E2=9A=A0?= =?UTF-8?q?=EF=B8=8F=20-=20buildapp.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed deprecated related to Node.js 16. --- .github/workflows/buildapp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 00a067b..9ab4a1a 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -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 }}