diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index af25c74331f..2b8a30545df 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@0bd50d53a6d7fb5cb921e607957e9cc12b4ce392 # v12 + uses: dawidd6/action-download-artifact@5c98f0b039f36ef966fdb7dfa9779262785ecb05 # v14 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@0bd50d53a6d7fb5cb921e607957e9cc12b4ce392 # v12 + uses: dawidd6/action-download-artifact@5c98f0b039f36ef966fdb7dfa9779262785ecb05 # v14 with: github_token: ${{secrets.GITHUB_TOKEN}} repo: OHF-Voice/intents-package