From 582382ac1e3cff8a294a0497c1f190c650f2c65c Mon Sep 17 00:00:00 2001 From: Tom Upson <30987275+tomupson@users.noreply.github.com> Date: Sun, 28 Jul 2024 16:52:44 +0100 Subject: [PATCH] Downgrade game-ci/unity-builder action to v3 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ed446e6..7556e9d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: with: path: Library key: Library-${{ matrix.targetPlatform }} - - uses: game-ci/unity-builder@v4 + - uses: game-ci/unity-builder@v3 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} with: @@ -48,7 +48,7 @@ jobs: with: path: Library key: Library-${{ matrix.targetPlatform }} - - uses: game-ci/unity-builder@v4 + - uses: game-ci/unity-builder@v3 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} with: @@ -76,7 +76,7 @@ jobs: with: path: Library key: Library-${{ matrix.targetPlatform }} - - uses: game-ci/unity-builder@v4 + - uses: game-ci/unity-builder@v3 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} with: