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 736c0be commit 7d39549Copy full SHA for 7d39549
.github/workflows/ci.yaml
@@ -220,7 +220,7 @@ jobs:
220
. venv/bin/activate
221
pytest --benchmark-disable --cov --cov-report= tests/
222
- name: Upload coverage artifact
223
- uses: actions/upload-artifact@v2.2.4
+ uses: actions/upload-artifact@v2.3.0
224
with:
225
name: coverage-${{ matrix.python-version }}
226
path: .coverage
@@ -313,7 +313,7 @@ jobs:
313
run: >-
314
echo "::set-output name=datetime::"$(date "+%Y%m%d_%H%M")
315
- name: Upload benchmark artifact
316
317
318
name:
319
benchmark-${{ runner.os }}-${{ matrix.python-version }}_${{
0 commit comments