From 12f34b35bcbd8f7f34efffa5b395c467995ca63d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 12:12:39 +0800 Subject: [PATCH] build(deps): bump dawidd6/action-download-artifact from 11 to 12 (#9497) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/perf_emulation_handle_results.yml | 4 ++-- .github/workflows/perf_hardware_comment_pr.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/perf_emulation_handle_results.yml b/.github/workflows/perf_emulation_handle_results.yml index cdf4f03de3..94d10bfe14 100644 --- a/.github/workflows/perf_emulation_handle_results.yml +++ b/.github/workflows/perf_emulation_handle_results.yml @@ -48,7 +48,7 @@ jobs: - name: Download Results from master if: ${{ github.event.workflow_run.event == 'push' && github.event.workflow_run.head_branch == 'master' }} - uses: dawidd6/action-download-artifact@v11 + uses: dawidd6/action-download-artifact@v12 with: workflow: perf_emulation.yml path: artifacts @@ -57,7 +57,7 @@ jobs: - name: Download Results from PR if: ${{ github.event.workflow_run.event == 'pull_request' }} - uses: dawidd6/action-download-artifact@v11 + uses: dawidd6/action-download-artifact@v12 with: workflow: perf_emulation.yml path: artifacts diff --git a/.github/workflows/perf_hardware_comment_pr.yml b/.github/workflows/perf_hardware_comment_pr.yml index 9c9e35c97c..4f470f38d6 100644 --- a/.github/workflows/perf_hardware_comment_pr.yml +++ b/.github/workflows/perf_hardware_comment_pr.yml @@ -23,7 +23,7 @@ jobs: name: Comment PR with HW Performance tests results steps: - name: Download Results from PR - uses: dawidd6/action-download-artifact@v11 + uses: dawidd6/action-download-artifact@v12 with: workflow: perf_hardware.yml path: artifacts