Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: npm ci

- name: Download WASM artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: wasm-module
path: native/rust/pkg/
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
run: npx playwright install --with-deps

- name: Download build artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: build-output
path: .next/
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
uses: actions/checkout@v4

- name: Download build artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: build-output
path: .next/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
${{ runner.os }}-node-

- name: Download WASM artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: wasm-package
path: native/rust/pkg
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
echo "$HOME/.cargo/bin" >> $GITHUB_PATH

- name: Download WASM artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: wasm-package
path: native/rust/pkg
Expand Down
Loading