Skip to content

Commit

Permalink
Update main.yml updated upload artefact to use version v4.3.1 (#1715)
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeemYaseen authored Nov 6, 2024
1 parent 52f827e commit 494be28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,14 +370,14 @@ jobs:
- name: Archive build artifacts
if: always ()
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v4.3.1
with:
name: foedag-windows-msvc
path: ${{ github.workspace }}/install

- name: Archive regression artifacts
if: always()
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v4.3.1
with:
name: foedag-windows-msvc-regression
path: |
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ set(VERSION_MINOR 0)
# Add the spdlog directory to the include path
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)

set(VERSION_PATCH 435)
set(VERSION_PATCH 436)


option(
Expand Down

0 comments on commit 494be28

Please sign in to comment.