From da263888fc4c07712dabe5f2a5443159e44de802 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:49:22 +0800 Subject: [PATCH] chore(deps): update dawidd6/action-download-artifact action to v14 (#23581) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/lint-commit-message-post.yml | 6 +++--- .github/workflows/pr-docs-deploy.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint-commit-message-post.yml b/.github/workflows/lint-commit-message-post.yml index b228520435..8a002331bf 100644 --- a/.github/workflows/lint-commit-message-post.yml +++ b/.github/workflows/lint-commit-message-post.yml @@ -16,21 +16,21 @@ jobs: steps: - name: Download result - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v14 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@v9 + uses: dawidd6/action-download-artifact@v14 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@v9 + uses: dawidd6/action-download-artifact@v14 with: workflow: ${{ github.event.workflow.id }} run_id: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/pr-docs-deploy.yml b/.github/workflows/pr-docs-deploy.yml index 95a70825b7..7be475c95f 100644 --- a/.github/workflows/pr-docs-deploy.yml +++ b/.github/workflows/pr-docs-deploy.yml @@ -14,7 +14,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Download pr number - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v14 with: workflow: ${{ github.event.workflow.id }} run_id: ${{ github.event.workflow_run.id }} @@ -25,7 +25,7 @@ jobs: run: echo "id=$(> $GITHUB_OUTPUT - name: Download artifact - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v14 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@v9 + uses: dawidd6/action-download-artifact@v14 with: workflow: ${{ github.event.workflow.id }} run_id: ${{ github.event.workflow_run.id }}