Skip to content

Commit 9437e60

Browse files
committed
Fix Deploy Docs action
1 parent 1462760 commit 9437e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/configure-pages@v3
4343

4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v2
45+
uses: actions/upload-pages-artifact@v4
4646
with:
4747
path: 'doc/html'
4848

0 commit comments

Comments
 (0)