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 099603c commit cd53914Copy full SHA for cd53914
.github/workflows/run_tests.yml
@@ -31,7 +31,7 @@ jobs:
31
pytest --cov=./ --cov-report=xml --junitxml=junit_report.xml -v
32
33
- name: Upload coverage report
34
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
35
if: always()
36
with:
37
name: coverage-report
0 commit comments