Skip to content

Commit

Permalink
fix(ci): Correctly upgrade upload-artifact to v4 (#5484)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Dec 31, 2024
1 parent 52c96bb commit 84e5a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_bindings_nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
- name: Build
run: ${{ matrix.settings.build }}
shell: bash
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: bindings-macos-${{ matrix.settings.target }}
path: bindings/nodejs/*.node
Expand Down

0 comments on commit 84e5a16

Please sign in to comment.