Skip to content

Commit

Permalink
Merge pull request #43 from usnistgov/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

Bump actions/upload-artifact from 2 to 4
  • Loading branch information
bmaranville authored Jan 8, 2025
2 parents aa149d1 + 0c49631 commit d47356d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
npm pack
echo "NPM_TGZ=$(ls jsfive*.tgz)" >> $GITHUB_ENV
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: ${{ env.NPM_TGZ }}
- name: Update current release
Expand Down

0 comments on commit d47356d

Please sign in to comment.