From 9da6a3dcc6b7c2f11f92c65aae85bc1dd26210a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Gia=20B=E1=BA=A3o?= <70064328+YT-Advanced@users.noreply.github.com> Date: Sat, 20 Jan 2024 21:10:26 +0700 Subject: [PATCH] Bump deps --- .github/workflows/custom_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/custom_build.yml b/.github/workflows/custom_build.yml index 73e8c509..598c04f6 100644 --- a/.github/workflows/custom_build.yml +++ b/.github/workflows/custom_build.yml @@ -113,7 +113,7 @@ jobs: API_KEY: ${{ secrets.API_KEY }} - name: Pass to Windows 💸 - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 with: path: output key: ${{ steps.wsa.outputs.artifact }}-${{ steps.wsa.outputs.built }} @@ -132,7 +132,7 @@ jobs: uses: actions/checkout@v4 - name: Download built artifact ⌛ - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: output key: ${{ needs.build.outputs.artifact }}-${{ needs.build.outputs.built }}