Skip to content

Commit f9a1ac7

Browse files
authored
👷 Update Smokeshow download artifact GitHub Action (#1198)
1 parent a7f4d7d commit f9a1ac7

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/smokeshow.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ jobs:
2020

2121
- run: pip install smokeshow
2222

23-
- uses: dawidd6/action-download-artifact@v3.1.4
23+
- uses: actions/download-artifact@v4
2424
with:
25-
workflow: test.yml
26-
commit: ${{ github.event.workflow_run.head_sha }}
27-
github_token: ${{ secrets.GITHUB_TOKEN }}
25+
name: coverage-html
26+
path: backend/htmlcov
27+
github-token: ${{ secrets.GITHUB_TOKEN }}
28+
run-id: ${{ github.event.workflow_run.id }}
2829

29-
- run: smokeshow upload coverage-html
30+
- run: smokeshow upload backend/htmlcov
3031
env:
3132
SMOKESHOW_GITHUB_STATUS_DESCRIPTION: Coverage {coverage-percentage}
3233
SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 90

0 commit comments

Comments
 (0)