From 0c39b465b3ba3d2aac2808c09de01e99c5d5b41d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:29:09 +0100 Subject: [PATCH] Bump dawidd6/action-download-artifact from 3.1.0 to 3.1.1 (#110925) --- .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 7926c0c9d1d..fa4abee30f1 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -103,7 +103,7 @@ jobs: - name: Download nightly wheels of frontend if: needs.init.outputs.channel == 'dev' - uses: dawidd6/action-download-artifact@v3.1.0 + uses: dawidd6/action-download-artifact@v3.1.1 with: github_token: ${{secrets.GITHUB_TOKEN}} repo: home-assistant/frontend @@ -114,7 +114,7 @@ jobs: - name: Download nightly wheels of intents if: needs.init.outputs.channel == 'dev' - uses: dawidd6/action-download-artifact@v3.1.0 + uses: dawidd6/action-download-artifact@v3.1.1 with: github_token: ${{secrets.GITHUB_TOKEN}} repo: home-assistant/intents-package