Skip to content

Commit e87841b

Browse files
bpo-44490: Improve typing module compatibility with types.Union (GH-27048) (#27222)
(cherry picked from commit bf89ff96e6ba21bb52b8597b5e51e8ffc57e6589) Co-authored-by: Yurii Karabas <[email protected]>
1 parent ccf72ce commit e87841b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: 'Build documentation'
4040
run: xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W --keep-going -j4" doctest html suspicious
4141
- name: 'Upload'
42-
uses: actions/upload-artifact@v2.2.2
42+
uses: actions/upload-artifact@v2.3.1
4343
with:
4444
name: doc-html
4545
path: Doc/build/html

0 commit comments

Comments
 (0)