Skip to content

Commit

Permalink
chore: update action-download-artifact (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker authored Jul 1, 2024
1 parent edb0db0 commit fcde8fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
fetch-depth: 0 # fetches all history for all tags and branches to provide more metadata for sonar reports

- name: Download Golangci integration tests reports
uses: dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
with:
workflow: golangci-lint.yml
workflow_conclusion: ""
Expand All @@ -62,7 +62,7 @@ jobs:
if_no_artifact_found: warn

- name: Download Golangci relay reports
uses: dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
with:
workflow: golangci-lint.yml
workflow_conclusion: ""
Expand All @@ -71,7 +71,7 @@ jobs:
if_no_artifact_found: warn

- name: Download Relayer unit tests report
uses: dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
with:
workflow: relay.yml
workflow_conclusion: ""
Expand All @@ -80,7 +80,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: gauntlet.yml
workflow_conclusion: ""
Expand Down

0 comments on commit fcde8fc

Please sign in to comment.