summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-23 21:16:47 (GMT)
committerGitHub <noreply@github.com>2022-02-23 21:16:47 (GMT)
commit6e117e75c35507f170f6a789538136477f9f226d (patch)
treed4e82b2be33cba0de608387c1faa4529801d8f8f
parent8a716bc62c8205bb9deeda17422b7e69204b6897 (diff)
downloadcpython-6e117e75c35507f170f6a789538136477f9f226d.zip
cpython-6e117e75c35507f170f6a789538136477f9f226d.tar.gz
cpython-6e117e75c35507f170f6a789538136477f9f226d.tar.bz2
build(deps): bump actions/upload-artifact from 2.2.4 to 2.3.1 (GH-30325)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 2.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.4...v2.3.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/doc.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index ed44409..dcc5181 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -48,7 +48,7 @@ jobs:
- name: 'Build HTML documentation'
run: make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W --keep-going -j4" html
- name: 'Upload'
- uses: actions/upload-artifact@v2.2.4
+ uses: actions/upload-artifact@v2.3.1
with:
name: doc-html
path: Doc/build/html