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 7d7416f commit b5e23c5Copy full SHA for b5e23c5
.github/workflows/test.yml
@@ -88,7 +88,7 @@ jobs:
88
coverage run -m pytest -m ${{ matrix.mark }}
89
90
- name: Upload coverage results
91
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
92
with:
93
name: code-coverage-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.mark }}
94
path: reports/.coverage*
0 commit comments