CI fix 4: change version of action

This commit is contained in:
Leon van Kammen 2024-01-30 12:07:59 +01:00
parent 8c95f51729
commit 5de964cd1f
1 changed files with 1 additions and 1 deletions

View File

@ -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