Skip to content

Commit 839eb8e

Browse files
committed
chore: change upload artifact v4 package
Signed-off-by: Dylan <[email protected]>
1 parent 417dace commit 839eb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build nim-demo installer
4343
run: cmake --build build --config ${{env.BUILD_CONFIGURATION}} --target installer
4444

45-
- uses: actions/upload-artifact@v2
45+
- uses: actions/upload-artifact@v4
4646
with:
4747
name: PC_Demo_Setup
4848
path: tool_kits/install/bin/NIM_Demo_Setup*.exe

0 commit comments

Comments
 (0)