Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
CI fix 4: change version of action
Browse files Browse the repository at this point in the history
  • Loading branch information
coderofsalvation committed Jan 30, 2024
1 parent 8c95f51 commit 5de964c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5de964c

Please sign in to comment.