mirror of https://github.com/tiangolo/fastapi.git
⬆ Bump actions/upload-artifact from 2 to 3 (#5148)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
35244ee83b
commit
ec3b6e975c
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
run: python3.7 ./scripts/docs.py build-all
|
run: python3.7 ./scripts/docs.py build-all
|
||||||
- name: Zip docs
|
- name: Zip docs
|
||||||
run: bash ./scripts/zip-docs.sh
|
run: bash ./scripts/zip-docs.sh
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: docs-zip
|
name: docs-zip
|
||||||
path: ./docs.zip
|
path: ./docs.zip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue