Skip to content

Commit 4459391

Browse files
Merge branch '1.5' of github.com:sulu/sulu-docs into 1.6
2 parents 13b6111 + e46d027 commit 4459391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Sphinx Build
2424
run: sphinx-build -n -W --keep-going -b html -d _build/doctrees . _build/html
2525

26-
- uses: actions/upload-artifact@v1
26+
- uses: actions/upload-artifact@v4
2727
with:
2828
name: DocumentationHTML
2929
path: "_build/html"

0 commit comments

Comments
 (0)