Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter committed Oct 17, 2024
1 parent dac106e commit a43a21d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
run: pnpm install --no-frozen-lockfile

- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: bindings-${{ matrix.settings.target }}

Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
check-latest: true

- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: bindings-x86_64-unknown-linux-gnu

Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
check-latest: true

- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: bindings-x86_64-unknown-linux-musl

Expand All @@ -341,7 +341,7 @@ jobs:
- uses: actions/checkout@v2

- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: bindings-aarch64-unknown-linux-gnu

Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
- uses: actions/checkout@v2

- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: bindings-aarch64-unknown-linux-musl

Expand Down Expand Up @@ -427,7 +427,7 @@ jobs:
run: pnpm install --no-frozen-lockfile

- name: Download all artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: artifacts

Expand Down

0 comments on commit a43a21d

Please sign in to comment.