CI fix 4: change version of action
This commit is contained in:
parent
8c95f51729
commit
5de964cd1f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
run: cp example/assets/*.{gltf,glb} .
|
||||
# working-directory: ./
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
with:
|
||||
path: '.'
|
||||
- name: Deploy to GitHub Pages
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue