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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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