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 fe070e9 commit f18b5b6Copy full SHA for f18b5b6
.github/workflows/check-code-quality.yml
@@ -97,7 +97,7 @@ jobs:
97
poetry run flake8 . --output-file ./flake8-report.txt
98
99
- name: Save reports
100
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
101
if: always()
102
with:
103
name: check-linting
@@ -164,7 +164,7 @@ jobs:
164
165
- name: Save reports as artifacts
166
167
168
169
name: check-security
170
path: |
@@ -215,7 +215,7 @@ jobs:
215
filename: ./cov-report.xml
216
217
218
219
220
name: run-all-pytests
221
0 commit comments