We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53ef321 + b750443 commit a7481afCopy full SHA for a7481af
1 file changed
.github/workflows/coverage.yml
@@ -41,9 +41,9 @@ jobs:
41
retention-days: 90
42
43
- name: Download coverage artifact
44
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v8
45
with:
46
- path: artifacts
+ path: artifacts/test-coverage-output
47
48
- name: Get Run ID
49
id: get_run_id
@@ -71,7 +71,7 @@ jobs:
71
id: check_files
72
uses: andstor/file-existence-action@v3
73
74
- files: 'base-artifacts/coverage-summary.json'
+ files: 'base-artifacts/coverage-summary.json, artifacts/test-coverage-output/coverage-summary.json'
75
76
- name: Report coverage
77
uses: sidx1024/report-nyc-coverage-github-action@v1.2.7
0 commit comments