Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.

Commit 985b62b

Browse files
committed
Fix versions in yml
1 parent 24e52fa commit 985b62b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
key: Library-${{ matrix.targetPlatform }}
2828

2929
- name: Build with Unity
30-
uses: game-ci/unity-builder@v2
30+
uses: game-ci/unity-builder@v4
3131
with:
3232
unityVersion: 2022.3.4f1
3333
targetPlatform: ${{ matrix.targetPlatform }}
@@ -42,7 +42,7 @@ jobs:
4242
zip -r ../../Build-${{ matrix.targetPlatform }}.zip .
4343
4444
- name: Upload zip artifact
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: Build-${{ matrix.targetPlatform }}.zip
4848
path: Build-${{ matrix.targetPlatform }}.zip

0 commit comments

Comments
 (0)