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 bbd00de commit 79741f9Copy full SHA for 79741f9
.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@v5
+ uses: actions/upload-artifact@v6
160
with:
161
name: coverage-${{ steps.python.outputs.python-version }}
162
path: .coverage
@@ -229,7 +229,7 @@ jobs:
229
venv-dir: ${{ env.VENV }}
230
precommit-home: ${{ env.PRE_COMMIT_HOME }}
231
- name: Download all coverage artifacts
232
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
233
234
pattern: coverage-*
235
merge-multiple: true
0 commit comments