We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ed757 commit be4c5d7Copy full SHA for be4c5d7
.github/workflows/verify.yml
@@ -333,7 +333,7 @@ jobs:
333
echo "Failed to restore Python virtual environment from cache"
334
exit 1
335
- name: Download all coverage artifacts
336
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
337
- name: Combine coverage results
338
run: |
339
. venv/bin/activate
0 commit comments