Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
svank committed Dec 20, 2024
1 parent fa29188 commit dca1f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run tests with pytest
run: pytest -v -rsx --mpl-generate-summary=html --mpl-results-path=/tmp/pytest-mpl-results

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: "plot results"
Expand Down

0 comments on commit dca1f77

Please sign in to comment.