1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-04-25 19:07:57 +01:00

Bump actions/download-artifact from 3 to 4 (#4777)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
dependabot[bot]
2023-12-15 08:27:10 +01:00
committed by GitHub
parent a0dfa01287
commit d0dcded42d

View File

@@ -422,7 +422,7 @@ jobs:
echo "Failed to restore Python virtual environment from cache"
exit 1
- name: Download all coverage artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.0.0
- name: Combine coverage results
run: |
. venv/bin/activate