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 57d2c73 + 6db8823 commit 4658944Copy full SHA for 4658944
.github/workflows/pytest.yml
@@ -44,7 +44,7 @@ jobs:
44
token: ${{ secrets.CODECOV_TOKEN }}
45
- name: Save pytest-mpl report as artifcat
46
if: always()
47
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
48
with:
49
name: ${{ matrix.python-version }}-pytest-mpl-report-artifact
50
path: "/home/runner/work/vda/tests/report/"
0 commit comments