Skip to content

Commit bfe4682

Browse files
Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows (#222)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 6. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v2...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steve Smith <[email protected]>
1 parent 774de78 commit bfe4682

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@v2
20+
uses: dawidd6/action-download-artifact@v6
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@v2
30+
uses: dawidd6/action-download-artifact@v6
3131
with:
3232
workflow: ${{ github.event.workflow_run.workflow_id }}
3333
workflow_conclusion: ""

0 commit comments

Comments
 (0)