We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417dace commit 839eb8eCopy full SHA for 839eb8e
.github/workflows/cmake.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Build nim-demo installer
43
run: cmake --build build --config ${{env.BUILD_CONFIGURATION}} --target installer
44
45
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
46
with:
47
name: PC_Demo_Setup
48
path: tool_kits/install/bin/NIM_Demo_Setup*.exe
0 commit comments