Skip to content

Commit bfcc76e

Browse files
Bump dawidd6/action-download-artifact from 9 to 21
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 9 to 21. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v9...v21) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e4975c commit bfcc76e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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@v9
20+
uses: dawidd6/action-download-artifact@v21
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@v9
30+
uses: dawidd6/action-download-artifact@v21
3131
with:
3232
workflow: ${{ github.event.workflow_run.workflow_id }}
3333
workflow_conclusion: ""

0 commit comments

Comments
 (0)