Skip to content

Commit 3b6eacb

Browse files
committed
fix: testing project generation.
1 parent 89cf244 commit 3b6eacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-unity-project-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
unity-editor -batchmode -quit -nographics -logFile -executeMethod UnityEditor.SyncVS.SyncSolution
3333
3434
- name: Upload Solution Files
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: UnitySolution
3838
path: "*.sln"

0 commit comments

Comments
 (0)