Skip to content

Commit c23e89e

Browse files
committed
Downgrade upload-pages-artifact action version from v4 to v3 in workflow
1 parent db4a503 commit c23e89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pdoc --html --config show_source_code=False --force voicevox
2222
2323
- name: Upload artifact
24-
uses: actions/upload-pages-artifact@v4
24+
uses: actions/upload-pages-artifact@v3
2525
id: deployment
2626
with:
2727
path: ./html/voicevox

0 commit comments

Comments
 (0)