Skip to content

Commit c2d9fc4

Browse files
committed
Update to use new upload v4
1 parent edbef12 commit c2d9fc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/javascript-sdk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
npm i
3636
npm run build-release
3737
- name: Upload built .node file
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: node-artifacts
4141
path: korvus/javascript/dist/${{ matrix.neon-out-name }}
@@ -62,7 +62,7 @@ jobs:
6262
run:
6363
working-directory: korvus/javascript
6464
steps:
65-
- uses: actions/checkout@v3
65+
- uses: actions/checkout@v4
6666
- name: Install dependencies
6767
run: |
6868
yum install -y perl-IPC-Cmd
@@ -83,7 +83,7 @@ jobs:
8383
npm i
8484
npm run build-release
8585
- name: Upload built .node file
86-
uses: actions/upload-artifact@v3
86+
uses: actions/upload-artifact@v4
8787
with:
8888
name: node-artifacts
8989
path: korvus/javascript/dist/${{ matrix.neon-out-name }}

0 commit comments

Comments
 (0)