Skip to content

Commit 45c3b8d

Browse files
authored
Merge pull request #1146 from jenkinsci/dependabot/github_actions/dawidd6/action-download-artifact-12
Bump dawidd6/action-download-artifact from 11 to 12
2 parents 34e6bdf + ec25d51 commit 45c3b8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v11
33+
uses: dawidd6/action-download-artifact@v12
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@v11
24+
uses: dawidd6/action-download-artifact@v12
2525
with:
2626
run_id: ${{ github.event.workflow_run.id }}
2727
name: quality-reports

0 commit comments

Comments
 (0)