We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65a9335 + 764eab8 commit a823719Copy full SHA for a823719
1 file changed
.github/workflows/pytest.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Test with pytest
31
run: |
32
pytest --mpl --mpl-results-path=results --mpl-generate-summary=html
33
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
34
if: failure()
35
with:
36
name: pytest-${{ matrix.python-version }}-results
0 commit comments