From ffb4dabecb729f66ccce40b6d25a2d54324ae016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 14:36:21 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 11 to 12 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 11 to 12. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v11...v12) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '12' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/quality-monitor-comment-pr.yml | 2 +- .github/workflows/quality-monitor-comment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality-monitor-comment-pr.yml b/.github/workflows/quality-monitor-comment-pr.yml index 538c319..d206ce6 100644 --- a/.github/workflows/quality-monitor-comment-pr.yml +++ b/.github/workflows/quality-monitor-comment-pr.yml @@ -30,7 +30,7 @@ jobs: with: ref: ${{ steps.pr.outputs.sha }} - name: Download PR Quality Reports from Quality Monitor Build workflow - uses: dawidd6/action-download-artifact@v11 + uses: dawidd6/action-download-artifact@v12 with: run_id: ${{ github.event.workflow_run.id }} name: quality-reports diff --git a/.github/workflows/quality-monitor-comment.yml b/.github/workflows/quality-monitor-comment.yml index 6edc1d1..bff2a6d 100644 --- a/.github/workflows/quality-monitor-comment.yml +++ b/.github/workflows/quality-monitor-comment.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout main branch uses: actions/checkout@v6 - name: Download Quality Reports from Quality Monitor Build workflow - uses: dawidd6/action-download-artifact@v11 + uses: dawidd6/action-download-artifact@v12 with: run_id: ${{ github.event.workflow_run.id }} name: quality-reports