From 8ccdb9ec109b16b57f63268bbbdd7a910777b7f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 05:45:04 +0000 Subject: [PATCH] Build(deps): Bump dawidd6/action-download-artifact in the actions group Bumps the actions group with 1 update: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact). Updates `dawidd6/action-download-artifact` from 21 to 23 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v21...v23) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '23' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmarks-report.yml | 4 ++-- .github/workflows/bundle-size-report.yml | 2 +- .github/workflows/memory-report.yml | 2 +- .github/workflows/pr-deploy-report.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/benchmarks-report.yml b/.github/workflows/benchmarks-report.yml index 1f1f4dbb4..515b411ac 100644 --- a/.github/workflows/benchmarks-report.yml +++ b/.github/workflows/benchmarks-report.yml @@ -53,7 +53,7 @@ jobs: git checkout origin/main -- tools/ci/bench/reporter/ 2>/dev/null || true - name: Download bench artifacts - uses: dawidd6/action-download-artifact@v21 + uses: dawidd6/action-download-artifact@v23 with: github_token: ${{ steps.bot-token.outputs.token }} workflow: ${{ github.event.workflow.id }} @@ -172,7 +172,7 @@ jobs: node-version-file: '.node-version' - name: Download bench artifacts - uses: dawidd6/action-download-artifact@v21 + uses: dawidd6/action-download-artifact@v23 with: github_token: ${{ steps.bot-token.outputs.token }} workflow: ${{ github.event.workflow.id }} diff --git a/.github/workflows/bundle-size-report.yml b/.github/workflows/bundle-size-report.yml index abb0501b2..d48991638 100644 --- a/.github/workflows/bundle-size-report.yml +++ b/.github/workflows/bundle-size-report.yml @@ -52,7 +52,7 @@ jobs: git checkout origin/main -- tools/ci/size/ 2>/dev/null || true - name: Download size snapshots - uses: dawidd6/action-download-artifact@v21 + uses: dawidd6/action-download-artifact@v23 with: github_token: ${{ steps.bot-token.outputs.token }} workflow: ${{ github.event.workflow.id }} diff --git a/.github/workflows/memory-report.yml b/.github/workflows/memory-report.yml index e8173e378..444726cc5 100644 --- a/.github/workflows/memory-report.yml +++ b/.github/workflows/memory-report.yml @@ -53,7 +53,7 @@ jobs: git checkout origin/main -- tools/ci/memory/ 2>/dev/null || true - name: Download memory snapshots - uses: dawidd6/action-download-artifact@v21 + uses: dawidd6/action-download-artifact@v23 with: github_token: ${{ steps.bot-token.outputs.token }} workflow: ${{ github.event.workflow.id }} diff --git a/.github/workflows/pr-deploy-report.yml b/.github/workflows/pr-deploy-report.yml index 69da1676c..ca3db8e31 100644 --- a/.github/workflows/pr-deploy-report.yml +++ b/.github/workflows/pr-deploy-report.yml @@ -53,7 +53,7 @@ jobs: git checkout origin/main -- tools/ci/deploy/ 2>/dev/null || true - name: Download deploy facts - uses: dawidd6/action-download-artifact@v21 + uses: dawidd6/action-download-artifact@v23 with: github_token: ${{ steps.bot-token.outputs.token }} workflow: ${{ github.event.workflow.id }}