Skip to content

Commit

Permalink
Merge pull request #483 from smartcontractkit/chore/update-action-dow…
Browse files Browse the repository at this point in the history
…nload-artifact

chore: update action-download-artifact
  • Loading branch information
momentmaker committed Aug 2, 2024
2 parents 51b0712 + ac149a0 commit 6b771a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand All @@ -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: ""
Expand All @@ -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: ""
Expand All @@ -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: ""
Expand All @@ -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: ""
Expand Down

0 comments on commit 6b771a5

Please sign in to comment.