Skip to content

Commit

Permalink
Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Jan 12, 2025
1 parent a7651a4 commit 8db9529
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
output: web/pkg/tex_fmt_bg.wasm
- name: Upload wasm
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: "web/pkg"
pages:
Expand All @@ -89,7 +89,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Download WASM and JS artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: "web/pkg"
- run: mkdir -p web/pkg && mv pkg/* web/pkg/ && rmdir pkg
- uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 8db9529

Please sign in to comment.