Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
run: ${{ matrix.settings.build }}
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: bindings-${{ matrix.settings.target }}
path: |
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
rm -rf target
rm -rf .yarn/cache
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: bindings-freebsd
path: ${{ env.APP_NAME }}.*.node
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Download artifacts
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: bindings-${{ matrix.settings.target }}
path: .
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
yarn config set --json supportedArchitectures.libc '["current", "musl", "gnu"]'
yarn install
- name: Download artifacts
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: bindings-${{ matrix.target }}
path: .
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
yarn config set supportedArchitectures.cpu "wasm32"
yarn install
- name: Download artifacts
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: bindings-wasm32-wasip1-threads
path: .
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
- name: create npm dirs
run: yarn napi create-npm-dirs
- name: Download all artifacts
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
path: artifacts
- name: Move artifacts
Expand Down