Skip to content

Commit b67b981

Browse files
authored
Update deploy-gh-pages.yml
Signed-off-by: Christopher Brownlie <[email protected]>
1 parent 228fc04 commit b67b981

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Set up Rust
1717
uses: actions-rs/toolchain@v1
@@ -23,7 +23,7 @@ jobs:
2323
run: cargo build --release --target wasm32-unknown-unknown
2424

2525
- name: Upload artifacts
26-
uses: actions/upload-artifact@v2
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: wasm-build
2929
path: pkg
@@ -51,7 +51,6 @@ jobs:
5151
- name: Upload artifact
5252
uses: actions/upload-pages-artifact@v3
5353
with:
54-
# Upload entire repository
5554
path: ./out
5655

5756
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)