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 4b894ce commit 71deea5Copy full SHA for 71deea5
.github/workflows/verify.yml
@@ -156,7 +156,7 @@ jobs:
156
. venv-${{ steps.python.outputs.python-version }}/bin/activate
157
pytest --log-level info tests/*.py --cov='.'
158
- name: Upload coverage artifact
159
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
160
with:
161
name: coverage-${{ matrix.python-version }}
162
path: .coverage
@@ -230,7 +230,7 @@ jobs:
230
venv-dir: ${{ env.VENV }}
231
precommit-home: ${{ env.PRE_COMMIT_HOME }}
232
- name: Download all coverage artifacts
233
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
234
235
pattern: coverage-*
236
merge-multiple: true
0 commit comments