diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 378208fbdf4..51b8fb286ef 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -102,7 +102,7 @@ jobs: - name: Download nightly wheels of frontend if: needs.init.outputs.channel == 'dev' - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3.0.0 with: github_token: ${{secrets.GITHUB_TOKEN}} repo: home-assistant/frontend @@ -113,7 +113,7 @@ jobs: - name: Download nightly wheels of intents if: needs.init.outputs.channel == 'dev' - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3.0.0 with: github_token: ${{secrets.GITHUB_TOKEN}} repo: home-assistant/intents-package