We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85359ec commit 15430d2Copy full SHA for 15430d2
.github/workflows/sonar-pr.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
fetch-depth: 0
17
- name: Download PR number artifact
18
- uses: dawidd6/action-download-artifact@v3
+ uses: dawidd6/action-download-artifact@v5
19
20
workflow: Tests
21
run_id: ${{ github.event.workflow_run.id }}
@@ -26,7 +26,7 @@ jobs:
26
27
path: ./PR_NUMBER
28
- name: Download Test Coverage
29
30
31
32
0 commit comments