diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 3bc7b86..ebcf9fc 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -59,8 +59,8 @@ jobs: apk add nodejs npm node --version npm --version - # - name: Download build artifacts - # uses: actions/download-artifact@v3 - # with: - # name: output - # path: ./output + - name: Download build artifacts + uses: actions/download-artifact@v3 + with: + name: output + path: ./output