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