diff --git a/.github/workflows/perf_emulation_handle_results.yml b/.github/workflows/perf_emulation_handle_results.yml index 7d5632379f..0c344ad623 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@v19 + uses: dawidd6/action-download-artifact@v21 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@v19 + uses: dawidd6/action-download-artifact@v21 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 f9406b7666..074b49ff86 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@v19 + uses: dawidd6/action-download-artifact@v21 with: workflow: perf_hardware.yml path: artifacts