From 2ea7f4fe047cdfff65a7b2df643ce9ac1bb3a840 Mon Sep 17 00:00:00 2001 From: frank zhu Date: Mon, 1 Jul 2024 13:32:27 -0500 Subject: [PATCH] chore: update action-download-artifact --- .github/workflows/sonar-scan.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sonar-scan.yml b/.github/workflows/sonar-scan.yml index 4d3a1a44..21ef33d1 100644 --- a/.github/workflows/sonar-scan.yml +++ b/.github/workflows/sonar-scan.yml @@ -38,7 +38,7 @@ jobs: fetch-depth: 0 # fetches all history for all tags and branches to provide more metadata for sonar reports - name: Download Golangci unit tests reports - uses: dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5 + uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6 with: workflow: relayer.yml workflow_conclusion: "" @@ -47,7 +47,7 @@ jobs: if_no_artifact_found: warn - name: Download Golangci Relayer report - uses: dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5 + uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6 with: workflow: golangci-lint.yml workflow_conclusion: "" @@ -56,7 +56,7 @@ jobs: if_no_artifact_found: warn - name: Download Golangcio Ops report - uses: dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5 + uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6 with: workflow: golangci-lint.yml workflow_conclusion: "" @@ -65,7 +65,7 @@ jobs: if_no_artifact_found: warn - name: Download Golangci-lint Integration tests report - uses: dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5 + uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6 with: workflow: golangci-lint.yml workflow_conclusion: "" @@ -74,7 +74,7 @@ jobs: if_no_artifact_found: warn - name: Download gauntlet eslint reports - uses: dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5 + uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6 with: workflow: integration_gauntlet.yml workflow_conclusion: ""