Skip to content

Commit f572a07

Browse files
author
jochen@homeland
committed
add correct artifact names
1 parent 9e6b3fc commit f572a07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
- name: Download Coverage Reports
2222
uses: actions/download-artifact@v4
2323
with:
24-
name: coverage-reports
24+
name: Code-Coverage-Report
2525
path: ${{ env.COVERAGE_OUTPUT_DIR }}
2626

2727
- name: Download Doc Output
2828
uses: actions/download-artifact@v4
2929
with:
30-
name: doc-output
30+
name: documentation
3131
path: ${{ env.DOC_OUTPUT_DIR }}
3232

3333
- name: Merge Coverage and Doc files

0 commit comments

Comments
 (0)