Skip to content

Commit 1289a79

Browse files
Bump actions/download-artifact from 6 to 7 (tox-dev#590)
* Bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7abd95a commit 1289a79

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id-token: write
3939
steps:
4040
- name: Download all the dists
41-
uses: actions/download-artifact@v6
41+
uses: actions/download-artifact@v7
4242
with:
4343
name: ${{ env.dists-artifact-name }}
4444
path: dist/

src/sphinx_autodoc_typehints/patches.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
from sphinx.ext.autodoc import Options
1818

1919

20-
21-
2220
def napoleon_numpy_docstring_return_type_processor( # noqa: PLR0913, PLR0917
2321
app: Sphinx,
2422
what: str,

0 commit comments

Comments
 (0)