From cf3616d797e7675eae8849a216b1c4bf04479223 Mon Sep 17 00:00:00 2001 From: Thanh Nguyen Date: Tue, 4 Jun 2024 16:08:08 -0400 Subject: [PATCH] Bump dawidd6/action-download-artifact --- .github/workflows/sonar-scan.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar-scan.yaml b/.github/workflows/sonar-scan.yaml index 0b71d0b..a9ca0ca 100644 --- a/.github/workflows/sonar-scan.yaml +++ b/.github/workflows/sonar-scan.yaml @@ -40,7 +40,7 @@ jobs: fetch-depth: 0 # fetches all history for all tags and branches to provide more metadata for sonar reports - name: Download ESLint report - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4 + uses: dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5 with: workflow: lint.yaml workflow_conclusion: '' @@ -48,7 +48,7 @@ jobs: if_no_artifact_found: warn - name: Download tests report - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4 + uses: dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5 with: workflow: test.yaml workflow_conclusion: ''