We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbef12 commit c2d9fc4Copy full SHA for c2d9fc4
.github/workflows/javascript-sdk.yml
@@ -35,7 +35,7 @@ jobs:
35
npm i
36
npm run build-release
37
- name: Upload built .node file
38
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
39
with:
40
name: node-artifacts
41
path: korvus/javascript/dist/${{ matrix.neon-out-name }}
@@ -62,7 +62,7 @@ jobs:
62
run:
63
working-directory: korvus/javascript
64
steps:
65
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
66
- name: Install dependencies
67
run: |
68
yum install -y perl-IPC-Cmd
@@ -83,7 +83,7 @@ jobs:
83
84
85
86
87
88
89
0 commit comments