From 4ef06e2de50e74e42bd8050c76e5d7ac76648db0 Mon Sep 17 00:00:00 2001 From: ChristyanS Date: Tue, 5 Mar 2024 21:12:32 -0300 Subject: [PATCH] fix: update cache --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef151e9..53c04b2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: lfs: true - name: Active Cache 📁 - uses: actions/cache@v1.1.0 + uses: actions/cache@v3 with: path: Library key: Library @@ -29,7 +29,6 @@ jobs: with: unityVersion: ${{ vars.UNITY_VERSION }} targetPlatform: StandaloneWindows64 - kubeVolumeSize: 8Gi - name: Upload Build ⬆️ uses: actions/upload-artifact@v1