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 b4c1a03 commit ca05346Copy full SHA for ca05346
.github/workflows/python-app.yml
@@ -71,7 +71,7 @@ jobs:
71
pytest --cov=./ --cov-report=xml --cov-report=term
72
73
- name: Upload coverage report artifact
74
- uses: actions/upload-artifact@v4.6.2
+ uses: actions/upload-artifact@v5.0.0
75
with:
76
name: coverage.xml
77
path: ./coverage.xml
0 commit comments