Skip to content

Commit

Permalink
Update all deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Xevion committed Apr 24, 2024
1 parent 8237cc7 commit 74973b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Emscripten SDK
uses: mymindstorm/setup-emsdk@v11
uses: mymindstorm/setup-emsdk@v14
with:
version: 3.1.43

Expand All @@ -43,11 +43,10 @@ jobs:
uses: actions/upload-pages-artifact@v2
with:
path: './dist/'
if-no-files-found: error
retention-days: 7

- name: Deploy
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 74973b0

Please sign in to comment.