Skip to content

Commit 35cd1cf

Browse files
Bump dawidd6/action-download-artifact from 3 to 8 (#368)
1 parent 5d36b1b commit 35cd1cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/comment-on-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Get the PR Number artifact
20-
uses: dawidd6/action-download-artifact@v3
20+
uses: dawidd6/action-download-artifact@v8
2121
with:
2222
workflow: ${{ github.event.workflow_run.workflow_id }}
2323
workflow_conclusion: ""
@@ -27,7 +27,7 @@ jobs:
2727
- name: Confirm the PR Number (Debugging)
2828
run: echo $PR_NUMBER
2929
- name: Get the code coverage results file
30-
uses: dawidd6/action-download-artifact@v3
30+
uses: dawidd6/action-download-artifact@v8
3131
with:
3232
workflow: ${{ github.event.workflow_run.workflow_id }}
3333
workflow_conclusion: ""

0 commit comments

Comments
 (0)