We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd9c8c commit 7dc3b8dCopy full SHA for 7dc3b8d
1 file changed
.github/workflows/upload-to-codacy.yml
@@ -20,8 +20,9 @@ jobs:
20
run: mkdir -p build/coverage
21
22
- name: Download clover.xml artifact
23
- uses: actions/download-artifact@v3
+ uses: dawidd6/action-download-artifact@v7
24
with:
25
+ pr: ${{github.event.pull_request.number}}
26
name: clover.xml
27
path: build/coverage
28
0 commit comments