From 89a40f1c48d37599028a3e41a90cba41fa3334d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 09:21:26 +0200 Subject: [PATCH] Bump dawidd6/action-download-artifact from 9 to 10 (#146015) --- .github/workflows/builder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index fdec48f0dfb..dd4bded2cc5 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -94,7 +94,7 @@ jobs: - name: Download nightly wheels of frontend if: needs.init.outputs.channel == 'dev' - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v10 with: github_token: ${{secrets.GITHUB_TOKEN}} repo: home-assistant/frontend @@ -105,7 +105,7 @@ jobs: - name: Download nightly wheels of intents if: needs.init.outputs.channel == 'dev' - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v10 with: github_token: ${{secrets.GITHUB_TOKEN}} repo: home-assistant/intents-package