Skip to content

Commit a7481af

Browse files
Merge pull request #2525 from Accenture/dependabot/github_actions/main/actions/download-artifact-8
Bump actions/download-artifact from 4 to 8
2 parents 53ef321 + b750443 commit a7481af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
retention-days: 90
4242

4343
- name: Download coverage artifact
44-
uses: actions/download-artifact@v4
44+
uses: actions/download-artifact@v8
4545
with:
46-
path: artifacts
46+
path: artifacts/test-coverage-output
4747

4848
- name: Get Run ID
4949
id: get_run_id
@@ -71,7 +71,7 @@ jobs:
7171
id: check_files
7272
uses: andstor/file-existence-action@v3
7373
with:
74-
files: 'base-artifacts/coverage-summary.json'
74+
files: 'base-artifacts/coverage-summary.json, artifacts/test-coverage-output/coverage-summary.json'
7575

7676
- name: Report coverage
7777
uses: sidx1024/report-nyc-coverage-github-action@v1.2.7

0 commit comments

Comments
 (0)