Skip to content

Commit

Permalink
Update build ironfish-rust-nodejs to fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dguenther committed May 7, 2024
1 parent 3151a19 commit d8ed974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ironfish-rust-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
working-directory: ./ironfish-rust-nodejs

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bindings-${{ matrix.settings.target }}
path: ironfish-rust-nodejs/*.node
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
node-version: 18

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bindings-${{ matrix.settings.target }}
path: ./ironfish-rust-nodejs
Expand Down

0 comments on commit d8ed974

Please sign in to comment.