We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b34077a + 42cb13f commit e0dee46Copy full SHA for e0dee46
2 files changed
.github/workflows/quality.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Upload bandit report
44
if: always()
45
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
46
with:
47
name: bandit-report
48
path: bandit-report.json
.github/workflows/status.yml
@@ -68,7 +68,7 @@ jobs:
68
" >> status-report.md
69
70
- name: Upload status report
71
72
73
name: status-report
74
path: status-report.md
0 commit comments