From 188debaec2befdcc18c98d246fa191f8d8eb0b16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 07:48:40 +0100 Subject: [PATCH] ci(deps): bump dawidd6/action-download-artifact from 14 to 16 (#9786) 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 795be25c28..f358740fc1 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@v14 + uses: dawidd6/action-download-artifact@v16 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@v14 + uses: dawidd6/action-download-artifact@v16 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 3cd6ae10a1..ced2969217 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@v14 + uses: dawidd6/action-download-artifact@v16 with: workflow: perf_hardware.yml path: artifacts