Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82e647 commit 1f0eecbCopy full SHA for 1f0eecb
1 file changed
‎.github/workflows/smokeshow.yml‎
@@ -24,11 +24,11 @@ jobs:
24
25
- run: pip install smokeshow
26
27
- - uses: dawidd6/action-download-artifact@v3.1.4
+ - uses: actions/download-artifact@v4
28
with:
29
- github_token: ${{ secrets.FASTAPI_SMOKESHOW_DOWNLOAD_ARTIFACTS }}
30
- workflow: test.yml
31
- commit: ${{ github.event.workflow_run.head_sha }}
+ name: coverage-html
+ github-token: ${{ secrets.FASTAPI_SMOKESHOW_DOWNLOAD_ARTIFACTS }}
+ run-id: ${{ github.event.workflow_run.id }}
32
33
- run: smokeshow upload coverage-html
34
env:
0 commit comments