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} .
|
run: cp example/assets/*.{gltf,glb} .
|
||||||
# working-directory: ./
|
# working-directory: ./
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: '.'
|
path: '.'
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
|
|
Loading…
Reference in New Issue