Skip to content

Commit e951843

Browse files
committed
[3.10] gh-129641: Switch Docs GHA build to actions/upload-artifact@v4
Add options for backwards compatibility, from the docs at: https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changes
1 parent 10a2a9b commit e951843

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
@@ -46,10 +46,12 @@ jobs:
4646
- name: 'Build HTML documentation'
4747
run: make -C Doc/ SPHINXOPTS="-q" SPHINXERRORHANDLING="-W --keep-going" html
4848
- name: 'Upload'
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: doc-html
5252
path: Doc/build/html
53+
include-hidden-files: true
54+
overwrite: true
5355

5456
# Run "doctest" on HEAD as new syntax doesn't exist in the latest stable release
5557
doctest:

0 commit comments

Comments
 (0)