mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-16 07:34:05 -05:00
Merge pull request #2574 from ousttrue/fix/workflow_gh_page
[fix action dependency] update workflow
This commit is contained in:
commit
f69a7880d8
4
.github/workflows/build-webgl.yml
vendored
4
.github/workflows/build-webgl.yml
vendored
|
|
@ -99,7 +99,7 @@ jobs:
|
|||
__HTML__
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: Build
|
||||
|
||||
|
|
@ -114,4 +114,4 @@ jobs:
|
|||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
uses: actions/deploy-pages@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user