Skip to content

Commit

Permalink
Revert "chore(deps): update actions/upload-pages-artifact action to v3 (
Browse files Browse the repository at this point in the history
#553)"

This reverts commit f33b64b.
  • Loading branch information
Yang-33 authored Dec 25, 2023
1 parent 72b6e4d commit a29cccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v2
with:
path: 'docs'
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit a29cccd

Please sign in to comment.