Skip to content

Commit a7271cc

Browse files
build(deps): bump actions/upload-artifact from 2.2.2 to 2.3.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.2 to 2.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2.2.2...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] <[email protected]>
1 parent aab8497 commit a7271cc

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)