Skip to content

Commit 82294e4

Browse files
authoredJan 31, 2025
ci: fix release package ci
1 parent 18b1206 commit 82294e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/unity-packageu.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ jobs:
4848
include-files: metaList
4949

5050
- name: Upload .unitypackage
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: ${{ env.unityPackage }}
5454
path: ${{ env.unityPackage }}
5555

5656
- name: Upload .zip
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: ${{ env.zipFile }}
6060
path: ${{ env.zipFile }}

0 commit comments

Comments
 (0)
Please sign in to comment.