mirror of https://github.com/tiangolo/fastapi.git
⬆ Bump dawidd6/action-download-artifact from 2.24.3 to 2.26.0 (#6034)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
59f91db1d2
commit
c8a07078cf
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
rm -rf ./site
|
rm -rf ./site
|
||||||
mkdir ./site
|
mkdir ./site
|
||||||
- name: Download Artifact Docs
|
- name: Download Artifact Docs
|
||||||
uses: dawidd6/action-download-artifact@v2.24.3
|
uses: dawidd6/action-download-artifact@v2.26.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
workflow: build-docs.yml
|
workflow: build-docs.yml
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
|
|
||||||
- run: pip install smokeshow
|
- run: pip install smokeshow
|
||||||
|
|
||||||
- uses: dawidd6/action-download-artifact@v2.24.3
|
- uses: dawidd6/action-download-artifact@v2.26.0
|
||||||
with:
|
with:
|
||||||
workflow: test.yml
|
workflow: test.yml
|
||||||
commit: ${{ github.event.workflow_run.head_sha }}
|
commit: ${{ github.event.workflow_run.head_sha }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue