diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index a7f76926d67..23761ad68f0 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -111,7 +111,7 @@ jobs: - name: Download nightly wheels of frontend if: needs.init.outputs.channel == 'dev' - uses: dawidd6/action-download-artifact@5c98f0b039f36ef966fdb7dfa9779262785ecb05 # v14 + uses: dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16 with: github_token: ${{secrets.GITHUB_TOKEN}} repo: home-assistant/frontend @@ -122,7 +122,7 @@ jobs: - name: Download nightly wheels of intents if: needs.init.outputs.channel == 'dev' - uses: dawidd6/action-download-artifact@5c98f0b039f36ef966fdb7dfa9779262785ecb05 # v14 + uses: dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16 with: github_token: ${{secrets.GITHUB_TOKEN}} repo: OHF-Voice/intents-package