Skip to content

Commit

Permalink
unittest.yml: update upload-artifact action to v4 (v3 deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adjective-Object committed Nov 13, 2024
1 parent 31fb4a7 commit 1fd2f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ jobs:
if: ${{ matrix.settings.test }}
run: cargo test --release
- name: upload-artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: needs.pr-check.outputs.number != 'null'
with:
name: bindings-${{ matrix.settings.target }}
path: ./*.node
if-no-files-found: error
- name: upload js files
if: needs.pr-check.outputs.number != 'null' && ${{ matrix.settings.target }} == 'linux-x64-gnu'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: js-files
if-no-files-found: error
Expand Down

0 comments on commit 1fd2f36

Please sign in to comment.