We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8791ce + 0bfaa82 commit 2fe681cCopy full SHA for 2fe681c
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
@@ -87,7 +87,7 @@ jobs:
87
uses: actions/checkout@v6.0.1
88
89
- name: Download coverage report artifact
90
- uses: actions/download-artifact@v6.0.0
+ uses: actions/download-artifact@v7.0.0
91
92
93
0 commit comments