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 bd7e0f8 commit bed9adcCopy full SHA for bed9adc
.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