Skip to content

Commit 494be28

Browse files
authored
Update main.yml updated upload artefact to use version v4.3.1 (#1715)
1 parent 52f827e commit 494be28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ set(VERSION_MINOR 0)
3939
# Add the spdlog directory to the include path
4040
include_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

4545
option(

0 commit comments

Comments
 (0)