We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6053b1e commit 051f97bCopy full SHA for 051f97b
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Run tests and collect coverage
34
run: pytest --timeout=300 --junitxml=junit/test-results.xml --cov=relay --cov=tests --cov-report=xml --cov-report=html
35
- name: Upload pytest test results
36
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
37
with:
38
name: pytest-results
39
path: junit/test-results.xml
0 commit comments