Skip to content

Commit

Permalink
fix: use same version of upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Sep 13, 2024
1 parent 59ee8ee commit e7eaa58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
if: ${{ !matrix.settings.docker }}
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bindings-${{ matrix.settings.target }}
path: ${{ env.APP_NAME }}.*.node
Expand Down

0 comments on commit e7eaa58

Please sign in to comment.