Skip to content

Commit

Permalink
Update Github Action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardodoria committed Jun 23, 2024
1 parent 53be32e commit 6ec98fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup emsdk
uses: mymindstorm/setup-emsdk@v11
uses: mymindstorm/setup-emsdk@v14
with:
version: 3.1.61

Expand All @@ -27,14 +27,14 @@ jobs:
python3 build-samples-web.py
- name: Upload docs result
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: site
path: build/site

- name: Deploy to GitHub Pages
if: success()
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/site
Expand Down

0 comments on commit 6ec98fa

Please sign in to comment.