Skip to content

Commit

Permalink
CI: Upgrade to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
falko17 committed Sep 14, 2023
1 parent 38f0c3d commit fc66f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
restore-keys: |
Library-SEE-Tests
Library-SEE
- uses: game-ci/unity-test-runner@v2
- uses: game-ci/unity-test-runner@v3
timeout-minutes: 45
name: Run Tests
id: tests
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
# Try deleting any previous build, but not other zip files that we may need later.
git clean -fd -e 'build-*.zip'
rm -rf build "build-${{ matrix.targetPlatform }}.zip" || true
- uses: game-ci/unity-builder@v2
- uses: game-ci/unity-builder@v3
timeout-minutes: 45
name: Build project
id: build
Expand Down

0 comments on commit fc66f0c

Please sign in to comment.