Skip to content

Commit 27d64c4

Browse files
committed
bump action to addresss deprecated node ver
1 parent 8985d0d commit 27d64c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
mkdir pkg
5454
npm pack --pack-destination ./pkg/ || ( npm pack && mv camjn-getargv*.tgz ./pkg/ )
5555
working-directory: getargv.js
56-
- uses: actions/upload-artifact@v3
56+
- uses: actions/upload-artifact@v4
5757
with:
5858
name: pack-${{ matrix.node-version }}
5959
path: getargv.js/pkg/*

0 commit comments

Comments
 (0)