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 5faed0b commit 577f0f4Copy full SHA for 577f0f4
.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-${{ 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@v5
+ uses: actions/download-artifact@v6
233
234
pattern: coverage-*
235
merge-multiple: true
0 commit comments