Skip to content

Commit

Permalink
Merge pull request #62 from smartcontractkit/update-workflow
Browse files Browse the repository at this point in the history
Bump dawidd6/action-download-artifact
  • Loading branch information
timweri authored Jun 4, 2024
2 parents 112a15b + cf3616d commit fea3dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ 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: ''
name: eslint-report
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: ''
Expand Down

0 comments on commit fea3dee

Please sign in to comment.