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

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