Skip to content

Commit 0d714f5

Browse files
Bump dawidd6/action-download-artifact from 14 to 15
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 14 to 15. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v14...v15) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '15' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84f9bce commit 0d714f5

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

0 commit comments

Comments
 (0)