Skip to content

Commit e3b25cd

Browse files
committed
[3.9] pythongh-129641: Switch Docs GHA build to actions/upload-artifact@v4 (pythonGH-129642)
Add options for backwards compatibility, from the docs at: https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changes
1 parent 8c8a257 commit e3b25cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/doc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
- name: 'Build documentation'
3737
run: xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W -j4" doctest suspicious html
3838
- name: 'Upload'
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: doc-html
4242
path: Doc/build/html
43+
include-hidden-files: true
44+
overwrite: true

0 commit comments

Comments
 (0)