mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-07 20:08:20 -06:00
Update all deprecated actions
This commit is contained in:
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user