diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 7738693f..4f18f064 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -42,7 +42,7 @@ jobs: - name: Build nim-demo installer run: cmake --build build --config ${{env.BUILD_CONFIGURATION}} --target installer - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: PC_Demo_Setup path: tool_kits/install/bin/NIM_Demo_Setup*.exe