diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index aab104414b4..4881780ca7c 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -100,7 +100,7 @@ jobs: - name: Download nightly wheels of frontend if: needs.init.outputs.channel == 'dev' - uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11 + uses: dawidd6/action-download-artifact@0bd50d53a6d7fb5cb921e607957e9cc12b4ce392 # v12 with: github_token: ${{secrets.GITHUB_TOKEN}} repo: home-assistant/frontend @@ -111,7 +111,7 @@ jobs: - name: Download nightly wheels of intents if: needs.init.outputs.channel == 'dev' - uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11 + uses: dawidd6/action-download-artifact@0bd50d53a6d7fb5cb921e607957e9cc12b4ce392 # v12 with: github_token: ${{secrets.GITHUB_TOKEN}} repo: OHF-Voice/intents-package