File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -370,14 +370,14 @@ jobs:
370370
371371 - name : Archive build artifacts
372372 if : always ()
373- uses : actions/upload-artifact@v3.1.0
373+ uses : actions/upload-artifact@v4.3.1
374374 with :
375375 name : foedag-windows-msvc
376376 path : ${{ github.workspace }}/install
377377
378378 - name : Archive regression artifacts
379379 if : always()
380- uses : actions/upload-artifact@v3.1.0
380+ uses : actions/upload-artifact@v4.3.1
381381 with :
382382 name : foedag-windows-msvc-regression
383383 path : |
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ set(VERSION_MINOR 0)
3939# Add the spdlog directory to the include path
4040include_directories (${CMAKE_CURRENT_SOURCE_DIR} /third_party/spdlog/include ${CMAKE_CURRENT_SOURCE_DIR} /third_party/exprtk ${CMAKE_CURRENT_SOURCE_DIR} /third_party/scope_guard)
4141
42- set (VERSION_PATCH 435 )
42+ set (VERSION_PATCH 436 )
4343
4444
4545option (
You can’t perform that action at this time.
0 commit comments