1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-19 18:08:29 +00:00

Bump actions/download-artifact from 4 to 5 (#4222)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-08-11 21:08:24 +02:00
committed by GitHub
parent 756404816d
commit 69ff24a59a
2 changed files with 2 additions and 2 deletions

View File

@@ -246,7 +246,7 @@ jobs:
- name: Get self-signed certificate from the prepare job
if: ${{ needs.prepare.outputs.self_signed_cert == 'true' }}
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: signing-key

View File

@@ -57,7 +57,7 @@ jobs:
- name: Get OS image artifact
if: ${{ inputs.use-artifact }}
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: haos_ova-${{ inputs.version }}.qcow2.xz