Skip to content

Commit

Permalink
bump action to addresss deprecated node ver
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Mar 9, 2024
1 parent 8985d0d commit 27d64c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
mkdir pkg
npm pack --pack-destination ./pkg/ || ( npm pack && mv camjn-getargv*.tgz ./pkg/ )
working-directory: getargv.js
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pack-${{ matrix.node-version }}
path: getargv.js/pkg/*
Expand Down

0 comments on commit 27d64c4

Please sign in to comment.