Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f0eecb

Browse files
authored
👷 Update Smokeshow download artifact GitHub Action (fastapi#11562)
1 parent e82e647 commit 1f0eecb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎.github/workflows/smokeshow.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424

2525
- run: pip install smokeshow
2626

27-
- uses: dawidd6/action-download-artifact@v3.1.4
27+
- uses: actions/download-artifact@v4
2828
with:
29-
github_token: ${{ secrets.FASTAPI_SMOKESHOW_DOWNLOAD_ARTIFACTS }}
30-
workflow: test.yml
31-
commit: ${{ github.event.workflow_run.head_sha }}
29+
name: coverage-html
30+
github-token: ${{ secrets.FASTAPI_SMOKESHOW_DOWNLOAD_ARTIFACTS }}
31+
run-id: ${{ github.event.workflow_run.id }}
3232

3333
- run: smokeshow upload coverage-html
3434
env:

0 commit comments

Comments
 (0)