We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228fc04 commit b67b981Copy full SHA for b67b981
.github/workflows/deploy-gh-pages.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Checkout repository
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
15
16
- name: Set up Rust
17
uses: actions-rs/toolchain@v1
@@ -23,7 +23,7 @@ jobs:
23
run: cargo build --release --target wasm32-unknown-unknown
24
25
- name: Upload artifacts
26
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
27
with:
28
name: wasm-build
29
path: pkg
@@ -51,7 +51,6 @@ jobs:
51
- name: Upload artifact
52
uses: actions/upload-pages-artifact@v3
53
54
- # Upload entire repository
55
path: ./out
56
57
- name: Deploy to GitHub Pages
0 commit comments