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 244dd47 commit 3facc46Copy full SHA for 3facc46
.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@v4.0.0
+ uses: actions/upload-artifact@v4.4.3
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