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 33b6c56 commit 6698b70Copy full SHA for 6698b70
.github/workflows/ci.yaml
@@ -125,7 +125,7 @@ jobs:
125
. venv/bin/activate
126
pytest --cov --cov-report= tests/
127
- name: Upload coverage artifact
128
- uses: actions/upload-artifact@v3.0.0
+ uses: actions/upload-artifact@v3.1.0
129
with:
130
name: coverage-${{ matrix.python-version }}
131
path: .coverage
@@ -174,7 +174,7 @@ jobs:
174
175
176
177
178
179
180
0 commit comments