Skip to content

Commit 840ca71

Browse files
authored
Revert "chore(deps): update actions/upload-pages-artifact action to v3" (#559)
Reverts #553
1 parent 72b6e4d commit 840ca71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Pages
3333
uses: actions/configure-pages@v4
3434
- name: Upload artifact
35-
uses: actions/upload-pages-artifact@v3
35+
uses: actions/upload-pages-artifact@v2
3636
with:
3737
path: 'docs'
3838
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)