Skip to content

Commit c50ffea

Browse files
authored
Merge pull request #94 from openziti/update-sdk-1.4.4
update [email protected]
2 parents 44fa088 + 9fd3c8c commit c50ffea

File tree

7 files changed

+605
-368
lines changed

7 files changed

+605
-368
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136

137137
- name: debug build failure
138138
if: always() && steps.buildSDK.outcome == 'failure'
139-
uses: actions/upload-artifact@v3
139+
uses: actions/upload-artifact@v4
140140
with:
141141
name: build-logs-${{ matrix.config.target }}-${{ matrix.config.arch }}
142142
path: |
@@ -158,7 +158,7 @@ jobs:
158158
path: './vcpkg/packages'
159159

160160
- name: upload artifacts
161-
uses: actions/upload-artifact@v3
161+
uses: actions/upload-artifact@v4
162162
with:
163163
name: ziti_nodejs_${{ matrix.config.target }}_${{ matrix.config.arch }}_nodev${{ matrix.node_ver }}
164164
path: |

deps/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ endif (WIN32)
2121

2222
FetchContent_Declare(ziti
2323
GIT_REPOSITORY https://github.com/openziti/ziti-sdk-c.git
24-
GIT_TAG 1.3.7
24+
GIT_TAG 1.4.4
2525
)
2626
FetchContent_MakeAvailable(ziti)
2727

0 commit comments

Comments
 (0)