We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bea2220 + 7c167a5 commit 492a2b7Copy full SHA for 492a2b7
.github/workflows/verify.yml
@@ -235,7 +235,7 @@ jobs:
235
. venv/bin/activate
236
pytest --log-level info tests/*.py --cov='.'
237
- name: Upload coverage artifact
238
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
239
with:
240
name: coverage-${{ matrix.python-version }}
241
path: .coverage
@@ -323,7 +323,7 @@ jobs:
323
echo "Failed to restore Python virtual environment from cache"
324
exit 1
325
- name: Download all coverage artifacts
326
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
327
- name: Combine coverage results
328
run: |
329
0 commit comments