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.
1 parent 2e833f4 commit 4950f70Copy full SHA for 4950f70
.github/workflows/pytest.yml
@@ -62,7 +62,7 @@ jobs:
62
pytest
63
64
- name: Upload images on failure
65
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
66
if: ${{ failure() && steps.pytest.conclusion == 'failure' }}
67
with:
68
name: test-result-images
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
101
102
0 commit comments