We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b8e3f commit d25e960Copy full SHA for d25e960
.github/workflows/ci-backend.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Upload problems report as artifact
51
if: always()
52
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
53
with:
54
name: sonar-problems-report
55
path: build/reports/problems/problems-report.html
0 commit comments