chore(deps): update dawidd6/action-download-artifact action to v16 (#23749)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-10 15:27:11 +08:00
committed by GitHub
parent 5cf8a6e4b3
commit 8124f16159
2 changed files with 6 additions and 6 deletions

View File

@@ -16,21 +16,21 @@ jobs:
steps:
- name: Download result
uses: dawidd6/action-download-artifact@v14
uses: dawidd6/action-download-artifact@v16
with:
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}
name: commit-lint-result
- name: Derive PR number
uses: dawidd6/action-download-artifact@v14
uses: dawidd6/action-download-artifact@v16
with:
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}
name: pr-number
- name: Download PR author
uses: dawidd6/action-download-artifact@v14
uses: dawidd6/action-download-artifact@v16
with:
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}

View File

@@ -14,7 +14,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Download pr number
uses: dawidd6/action-download-artifact@v14
uses: dawidd6/action-download-artifact@v16
with:
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}
@@ -25,7 +25,7 @@ jobs:
run: echo "id=$(<pr.txt)" >> $GITHUB_OUTPUT
- name: Download artifact
uses: dawidd6/action-download-artifact@v14
uses: dawidd6/action-download-artifact@v16
with:
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}
@@ -81,7 +81,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- name: Download pr number
uses: dawidd6/action-download-artifact@v14
uses: dawidd6/action-download-artifact@v16
with:
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}