We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774de78 commit bfe4682Copy full SHA for bfe4682
.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@v2
+ uses: dawidd6/action-download-artifact@v6
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