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 ff00fd4 commit d42e757Copy full SHA for d42e757
.github/workflows/tests.yml
@@ -35,7 +35,7 @@ jobs:
35
pytest --junitxml=test-results.xml
36
- name: Upload test results
37
if: always()
38
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
39
with:
40
name: test-results
41
path: test-results.xml
0 commit comments