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 5373a24 commit 0a9676aCopy full SHA for 0a9676a
.github/workflows/tests.yaml
@@ -71,7 +71,7 @@ jobs:
71
pip list | grep 'astroid\|pylint'
72
pytest --durations=10 --benchmark-disable --cov --cov-report= tests/
73
- name: Upload coverage artifact
74
- uses: actions/upload-artifact@v3.1.3
+ uses: actions/upload-artifact@v4.0.0
75
with:
76
name: coverage-${{ matrix.python-version }}
77
path: .coverage
@@ -155,7 +155,7 @@ jobs:
155
run: >-
156
echo "datetime="$(date "+%Y%m%d_%H%M") >> $GITHUB_OUTPUT
157
- name: Upload benchmark artifact
158
159
160
name:
161
benchmark-${{ runner.os }}-${{ matrix.python-version }}_${{
0 commit comments