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 aa8fa77 + 1a85019 commit 48431b5Copy full SHA for 48431b5
.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@v4
+ uses: actions/upload-artifact@v5
43
if: failure()
44
with:
45
name: "windrose_test_output-${{ matrix.os }}-${{ matrix.python-version }}"
0 commit comments