CI fix 4: change version of action
This commit is contained in:
parent
8c95f51729
commit
5de964cd1f
|
@ -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…
Reference in New Issue