Skip to content

Commit

Permalink
ci: downgrade actions/upload-pages-artifact to v3
Browse files Browse the repository at this point in the history
- Change the version of actions/upload-pages-artifact from v4 to v3 in the GitHub Actions workflow
- This downgrade may be necessary to ensure compatibility or resolve issues with the newer version
  • Loading branch information
MrCoder committed Dec 17, 2024
1 parent 411cad3 commit 85e7d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Build the site for demo page and embed view
run: pnpm build:gh-pages
- name: Upload artifact for pages
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
path: ./dist
- name: Upload artifact for embed view
Expand Down

0 comments on commit 85e7d76

Please sign in to comment.