]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
build(deps): bump actions/upload-artifact from 2.2.3 to 2.2.4 (#26979)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 12 Jul 2021 11:29:13 +0000 (13:29 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Jul 2021 11:29:13 +0000 (13:29 +0200)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.3...v2.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/doc.yml

index 519884177f64acb377f6a7e340ed1777a9059768..ca4476c5090129915a2eb8d3eaddd5ef608a909c 100644 (file)
@@ -40,7 +40,7 @@ jobs:
     - name: 'Build documentation'
       run: xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W --keep-going -j4" doctest html
     - name: 'Upload'
-      uses: actions/upload-artifact@v2.2.3
+      uses: actions/upload-artifact@v2.2.4
       with:
         name: doc-html
         path: Doc/build/html