diff --git a/.github/workflows/stage-2-test.yaml b/.github/workflows/stage-2-test.yaml index ec4b2dc..79218f8 100644 --- a/.github/workflows/stage-2-test.yaml +++ b/.github/workflows/stage-2-test.yaml @@ -90,7 +90,7 @@ jobs: with: fetch-depth: 0 # Full history is needed to improving relevancy of reporting - name: "Download coverage report for SONAR" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: code-coverage-report - name: "Perform static analysis"