Skip to content

Commit

Permalink
update version of upload and download action
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-kemsan authored Sep 19, 2024
1 parent 7c198d9 commit aa1d43d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
docker run -t -v $PWD:$PWD -w $PWD cryptlex/alpine-builder:2 ./scripts/build-linux-musl.sh
- name: 'Upload artifacts'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: artifacts
path: |
Expand All @@ -67,7 +67,7 @@ jobs:
- run: git pull origin master --ff-only

- name: 'Download artifacts'
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: ./lib/bindings
name: artifacts
Expand Down

0 comments on commit aa1d43d

Please sign in to comment.