We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd0beb4 + 9334475 commit d3bf0f6Copy full SHA for d3bf0f6
1 file changed
.github/workflows/python-ci.yml
@@ -69,7 +69,7 @@ jobs:
69
pytest --cov=./ --cov-report=xml --cov-report=term
70
71
- name: Upload coverage report artifact
72
- uses: actions/upload-artifact@v6.0.0
+ uses: actions/upload-artifact@v7.0.0
73
with:
74
name: coverage.xml
75
path: ./coverage.xml
@@ -87,7 +87,7 @@ jobs:
87
uses: actions/checkout@v6.0.2
88
89
- name: Download coverage report artifact
90
- uses: actions/download-artifact@v7.0.0
+ uses: actions/download-artifact@v8.0.0
91
92
93
0 commit comments