mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-27 03:25:28 +08:00
build(deps): bump dawidd6/action-download-artifact from 16 to 19 (#9934)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -48,7 +48,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Download Results from master
|
- name: Download Results from master
|
||||||
if: ${{ github.event.workflow_run.event == 'push' && github.event.workflow_run.head_branch == 'master' }}
|
if: ${{ github.event.workflow_run.event == 'push' && github.event.workflow_run.head_branch == 'master' }}
|
||||||
uses: dawidd6/action-download-artifact@v16
|
uses: dawidd6/action-download-artifact@v19
|
||||||
with:
|
with:
|
||||||
workflow: perf_emulation.yml
|
workflow: perf_emulation.yml
|
||||||
path: artifacts
|
path: artifacts
|
||||||
@@ -57,7 +57,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Download Results from PR
|
- name: Download Results from PR
|
||||||
if: ${{ github.event.workflow_run.event == 'pull_request' }}
|
if: ${{ github.event.workflow_run.event == 'pull_request' }}
|
||||||
uses: dawidd6/action-download-artifact@v16
|
uses: dawidd6/action-download-artifact@v19
|
||||||
with:
|
with:
|
||||||
workflow: perf_emulation.yml
|
workflow: perf_emulation.yml
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
name: Comment PR with HW Performance tests results
|
name: Comment PR with HW Performance tests results
|
||||||
steps:
|
steps:
|
||||||
- name: Download Results from PR
|
- name: Download Results from PR
|
||||||
uses: dawidd6/action-download-artifact@v16
|
uses: dawidd6/action-download-artifact@v19
|
||||||
with:
|
with:
|
||||||
workflow: perf_hardware.yml
|
workflow: perf_hardware.yml
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user