We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f73f6ef + 11291c6 commit 765a60cCopy full SHA for 765a60c
1 file changed
.github/workflows/python-app.yml
@@ -68,7 +68,7 @@ jobs:
68
pytest --cov=./ --cov-report=xml --cov-report=term
69
70
- name: Upload coverage report artifact
71
- uses: actions/upload-artifact@v5.0.0
+ uses: actions/upload-artifact@v6.0.0
72
with:
73
name: coverage.xml
74
path: ./coverage.xml
0 commit comments