We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d36b1b commit 35cd1cfCopy full SHA for 35cd1cf
.github/workflows/comment-on-pr.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Get the PR Number artifact
20
- uses: dawidd6/action-download-artifact@v3
+ uses: dawidd6/action-download-artifact@v8
21
with:
22
workflow: ${{ github.event.workflow_run.workflow_id }}
23
workflow_conclusion: ""
@@ -27,7 +27,7 @@ jobs:
27
- name: Confirm the PR Number (Debugging)
28
run: echo $PR_NUMBER
29
- name: Get the code coverage results file
30
31
32
33
0 commit comments