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 996034f commit 9f5165aCopy full SHA for 9f5165a
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
pytest -v --color=yes
53
54
- name: Upload coverage
55
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
56
with:
57
name: covreport-${{ matrix.os }}-py${{ matrix.python-version }}-${{ matrix.extra }}
58
path: ./.coverage*
0 commit comments