Browse Source
⬆ Bump dawidd6/action-download-artifact from 2.24.2 to 2.24.3 (#5842)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
pull/5851/merge
dependabot[bot]
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
.github/workflows/preview-docs.yml
-
.github/workflows/smokeshow.yml
|
@ -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.2 |
|
|
uses: dawidd6/action-download-artifact@v2.24.3 |
|
|
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.2 |
|
|
- uses: dawidd6/action-download-artifact@v2.24.3 |
|
|
with: |
|
|
with: |
|
|
workflow: test.yml |
|
|
workflow: test.yml |
|
|
commit: ${{ github.event.workflow_run.head_sha }} |
|
|
commit: ${{ github.event.workflow_run.head_sha }} |
|
|