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.
2 parents fe05ead + 5d51bab commit 27ca68fCopy full SHA for 27ca68f
.github/workflows/tests.yml
@@ -39,7 +39,7 @@ jobs:
39
pytest -s -rxs -vv -Werror tests/ --mpl --mpl-generate-summary=html \
40
--mpl-results-path="windrose_test_output-${{ matrix.os }}-${{ matrix.python-version }}"
41
- name: Store mpl-results
42
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
43
if: failure()
44
with:
45
name: "windrose_test_output-${{ matrix.os }}-${{ matrix.python-version }}"
0 commit comments