Skip to content

Commit

Permalink
馃懛 Update Smokeshow download artifact GitHub Action (#11562)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed May 10, 2024
1 parent e82e647 commit 1f0eecb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/smokeshow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1f0eecb

Please sign in to comment.