[Python-checkins] build(deps): bump actions/upload-artifact from 2.3.1 to 3 (#32227)

JelleZijlstra webhook-mailer at python.org
Wed Apr 20 11:05:01 EDT 2022


https://github.com/python/cpython/commit/b8812c9ca3f6864a233574001e16f1b9e92daf6e
commit: b8812c9ca3f6864a233574001e16f1b9e92daf6e
branch: main
author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
committer: JelleZijlstra <jelle.zijlstra at gmail.com>
date: 2022-04-20T08:04:56-07:00
summary:

build(deps): bump actions/upload-artifact from 2.3.1 to 3 (#32227)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.3.1...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support at github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra at gmail.com>

files:
M .github/workflows/doc.yml

diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index f96a150970ec7..3ed66e74b8954 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 at v2.3.1
+      uses: actions/upload-artifact at v3
       with:
         name: doc-html
         path: Doc/build/html



More information about the Python-checkins mailing list