CI: update workflows

This commit is contained in:
Syping 2024-12-08 21:55:03 +01:00
parent 719ff89b2e
commit 73765abb0d
6 changed files with 12 additions and 12 deletions
.github/workflows

View file

@ -8,7 +8,7 @@ jobs:
env:
BUILD_TYPE: Release
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup emsdk
@ -24,7 +24,7 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: WebAssembly
path: |