Skip to content

Commit 3c195a0

Browse files
authored
Merge pull request #275 from python-openapi/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents eb35813 + 3f3640c commit 3c195a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
poetry run python -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs docs/_build/html -n -W
4949
50-
- uses: actions/upload-artifact@v6
50+
- uses: actions/upload-artifact@v7
5151
name: Upload docs as artifact
5252
with:
5353
name: docs-html

0 commit comments

Comments
 (0)