diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index c4117611676..9e8e763b347 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.3 + uses: dawidd6/action-download-artifact@v3.1.4 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.3 + uses: dawidd6/action-download-artifact@v3.1.4 with: github_token: ${{secrets.GITHUB_TOKEN}} repo: home-assistant/intents-package