We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f9908 commit 0fe566aCopy full SHA for 0fe566a
.github/workflows/test.yaml
@@ -68,7 +68,7 @@ jobs:
68
run: xvfb-run pytest --e2e test/e2e --html=test/e2e/report/index.html --self-contained-html
69
70
- name: Publish test results
71
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
72
if: always()
73
with:
74
name: test-report
0 commit comments