Skip to content

Commit 7dc3b8d

Browse files
authored
Coverage path (#401)
* coverage path * Use different action
1 parent 3bd9c8c commit 7dc3b8d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/upload-to-codacy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020
run: mkdir -p build/coverage
2121

2222
- name: Download clover.xml artifact
23-
uses: actions/download-artifact@v3
23+
uses: dawidd6/action-download-artifact@v7
2424
with:
25+
pr: ${{github.event.pull_request.number}}
2526
name: clover.xml
2627
path: build/coverage
2728

0 commit comments

Comments
 (0)