Skip to content

Commit

Permalink
download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nokotan committed Dec 31, 2024
1 parent d4d28c6 commit 6257369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- run: mkdir dev
- name: Restore Bundles
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: wasm-playground-app-bundle
path: dev
Expand All @@ -76,7 +76,7 @@ jobs:

steps:
- name: Restore Bundles
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: wasm-playground-app-bundle
path: dist
Expand Down

0 comments on commit 6257369

Please sign in to comment.