1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 04:19:03 +00:00

Bump actions/download-artifact from 4.1.7 to 4.1.8 (#5174)

This commit is contained in:
dependabot[bot]
2024-07-08 08:35:57 +02:00
committed by GitHub
parent 2f11c9c9e3
commit 1882d448ea

View File

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