From 9dd0e1c5333d4e5dd20cfbefd7bc1b3d727981f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 23:40:24 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact from 20 to 21 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 20 to 21. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v20...v21) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tdesign-component-repositories-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tdesign-component-repositories-ci.yml b/.github/workflows/tdesign-component-repositories-ci.yml index ece2c6a675..1f2c412ba1 100644 --- a/.github/workflows/tdesign-component-repositories-ci.yml +++ b/.github/workflows/tdesign-component-repositories-ci.yml @@ -15,7 +15,7 @@ jobs: pr_id: ${{ steps.pr.outputs.id }} steps: - name: Download pr id - uses: dawidd6/action-download-artifact@v20 + uses: dawidd6/action-download-artifact@v21 with: workflow: ${{ github.event.workflow_run.workflow_id }} run_id: ${{ github.event.workflow_run.id }}