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 aae64bfCopy full SHA for aae64bf
.github/workflows/verify.yml
@@ -240,7 +240,7 @@ jobs:
240
. venv/bin/activate
241
pytest --log-level info tests/*.py --cov='.'
242
- name: Upload coverage artifact
243
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
244
with:
245
name: coverage-${{ matrix.python-version }}
246
path: .coverage
@@ -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
0 commit comments