diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index ba4208c28663..80918cc490cc 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -113,7 +113,7 @@ jobs: - name: Download nightly wheels of frontend if: needs.init.outputs.channel == 'dev' - uses: dawidd6/action-download-artifact@57aa996fc1713cc1579039614f4645a7f4841fd4 # v23 + uses: dawidd6/action-download-artifact@d63b86af1b34672e53c440b1b83979861906bad7 # v24 with: github_token: ${{secrets.GITHUB_TOKEN}} repo: home-assistant/frontend @@ -124,7 +124,7 @@ jobs: - name: Download nightly wheels of intents if: needs.init.outputs.channel == 'dev' - uses: dawidd6/action-download-artifact@57aa996fc1713cc1579039614f4645a7f4841fd4 # v23 + uses: dawidd6/action-download-artifact@d63b86af1b34672e53c440b1b83979861906bad7 # v24 with: github_token: ${{secrets.GITHUB_TOKEN}} repo: OHF-Voice/intents-package