Skip to content

Commit 83459b7

Browse files
authored
Merge pull request #493 from jenkinsci/dependabot/github_actions/dawidd6/action-download-artifact-14
Bump dawidd6/action-download-artifact from 12 to 14
2 parents fcf01cb + 43027c8 commit 83459b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/quality-monitor-comment-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
ref: ${{ steps.pr.outputs.sha }}
3232
- name: Download PR Quality Reports from Quality Monitor Build workflow
33-
uses: dawidd6/action-download-artifact@v12
33+
uses: dawidd6/action-download-artifact@v14
3434
with:
3535
run_id: ${{ github.event.workflow_run.id }}
3636
name: quality-reports

.github/workflows/quality-monitor-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout main branch
2222
uses: actions/checkout@v6
2323
- name: Download Quality Reports from Quality Monitor Build workflow
24-
uses: dawidd6/action-download-artifact@v12
24+
uses: dawidd6/action-download-artifact@v14
2525
with:
2626
run_id: ${{ github.event.workflow_run.id }}
2727
name: quality-reports

0 commit comments

Comments
 (0)