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 28c8d46 commit 8675899Copy full SHA for 8675899
1 file changed
.github/workflows/test.yml
@@ -61,7 +61,7 @@ jobs:
61
coverage run --parallel-mode -m pytest -n auto -m ${{ matrix.mark }} --junitxml=reports/junit/${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.mark }}.xml
62
63
- name: Upload coverage results
64
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
65
with:
66
name: coverage-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.mark }}
67
path: reports/*
0 commit comments