mirror of
https://github.com/fastapi/fastapi.git
synced 2026-01-25 14:31:00 -05:00
👷 Update Smokeshow download artifact GitHub Action (#11562)
This commit is contained in:
committed by
GitHub
parent
e82e6479f2
commit
1f0eecba81
8
.github/workflows/smokeshow.yml
vendored
8
.github/workflows/smokeshow.yml
vendored
@@ -24,11 +24,11 @@ jobs:
|
||||
|
||||
- run: pip install smokeshow
|
||||
|
||||
- uses: dawidd6/action-download-artifact@v3.1.4
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
github_token: ${{ secrets.FASTAPI_SMOKESHOW_DOWNLOAD_ARTIFACTS }}
|
||||
workflow: test.yml
|
||||
commit: ${{ github.event.workflow_run.head_sha }}
|
||||
name: coverage-html
|
||||
github-token: ${{ secrets.FASTAPI_SMOKESHOW_DOWNLOAD_ARTIFACTS }}
|
||||
run-id: ${{ github.event.workflow_run.id }}
|
||||
|
||||
- run: smokeshow upload coverage-html
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user