]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Bump dawidd6/action-download-artifact from 2.24.2 to 2.24.3 (#5842)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 7 Jan 2023 16:55:29 +0000 (20:55 +0400)
committerGitHub <noreply@github.com>
Sat, 7 Jan 2023 16:55:29 +0000 (20:55 +0400)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
.github/workflows/preview-docs.yml
.github/workflows/smokeshow.yml

index 7d31a9c64e1df785e14db2d6066cd24014431b54..2af56e2bcaff2a734a11e7a756e9405de4d69458 100644 (file)
@@ -16,7 +16,7 @@ jobs:
           rm -rf ./site
           mkdir ./site
       - name: Download Artifact Docs
-        uses: dawidd6/action-download-artifact@v2.24.2
+        uses: dawidd6/action-download-artifact@v2.24.3
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           workflow: build-docs.yml
index 7559c24c06228b22ae8eaef0acf662c3b30f131f..d6206d697b8bba681107e79978da0c013eb29d51 100644 (file)
@@ -20,7 +20,7 @@ jobs:
 
       - run: pip install smokeshow
 
-      - uses: dawidd6/action-download-artifact@v2.24.2
+      - uses: dawidd6/action-download-artifact@v2.24.3
         with:
           workflow: test.yml
           commit: ${{ github.event.workflow_run.head_sha }}