From 1bbaa1c8f17f79120ec38310d566646245d5f532 Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Mon, 8 Dec 2025 15:51:57 +0100 Subject: [PATCH] Artifact download --- .github/workflows/sonar.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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