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