]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Bump actions/upload-artifact from 2 to 3 (#5148)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 14 Jul 2022 16:15:08 +0000 (18:15 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Jul 2022 16:15:08 +0000 (18:15 +0200)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/build-docs.yml

index a0d8959117aff1c7a1570e3a74f7c73e112ca0c8..0d666b82a8a45ac0cad6312a38c38b685708fe22 100644 (file)
@@ -36,7 +36,7 @@ jobs:
         run: python3.7 ./scripts/docs.py build-all
       - name: Zip docs
         run: bash ./scripts/zip-docs.sh
-      - uses: actions/upload-artifact@v2
+      - uses: actions/upload-artifact@v3
         with:
           name: docs-zip
           path: ./docs.zip