Bump dawidd6/action-download-artifact from 4 to 5 (#118851)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-06-07 10:54:31 +02:00
committed by GitHub
parent f2d674d28d
commit 5fafbebf87

View File

@@ -94,7 +94,7 @@ jobs:
- name: Download nightly wheels of frontend
if: needs.init.outputs.channel == 'dev'
uses: dawidd6/action-download-artifact@v4
uses: dawidd6/action-download-artifact@v5
with:
github_token: ${{secrets.GITHUB_TOKEN}}
repo: home-assistant/frontend
@@ -105,7 +105,7 @@ jobs:
- name: Download nightly wheels of intents
if: needs.init.outputs.channel == 'dev'
uses: dawidd6/action-download-artifact@v4
uses: dawidd6/action-download-artifact@v5
with:
github_token: ${{secrets.GITHUB_TOKEN}}
repo: home-assistant/intents-package