Skip to content

Commit dc45719

Browse files
-use dev branch of seal_lake;
-updated upload-artifact action to v4
1 parent b3cc1b7 commit dc45719

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: ctest
6868

6969
- name: Upload build artifact
70-
uses: actions/upload-artifact@v3
70+
uses: actions/upload-artifact@v4
7171
with:
7272
name: figcone-examples-${{ matrix.config.os }}-nameof-${{ matrix.use_nameof }}
7373
path: |

external/seal_lake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include(FetchContent)
2-
set(SEAL_LAKE_VERSION v0.2.0)
2+
set(SEAL_LAKE_VERSION dev)
33
set(FETCHCONTENT_QUIET FALSE)
44
FetchContent_Declare(seal_lake_${SEAL_LAKE_VERSION}
55
SOURCE_DIR seal_lake_${SEAL_LAKE_VERSION}

0 commit comments

Comments
 (0)