Skip to content

Commit fea3dee

Browse files
authored
Merge pull request #62 from smartcontractkit/update-workflow
Bump dawidd6/action-download-artifact
2 parents 112a15b + cf3616d commit fea3dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar-scan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
fetch-depth: 0 # fetches all history for all tags and branches to provide more metadata for sonar reports
4141

4242
- name: Download ESLint report
43-
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
43+
uses: dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5
4444
with:
4545
workflow: lint.yaml
4646
workflow_conclusion: ''
4747
name: eslint-report
4848
if_no_artifact_found: warn
4949

5050
- name: Download tests report
51-
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
51+
uses: dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5
5252
with:
5353
workflow: test.yaml
5454
workflow_conclusion: ''

0 commit comments

Comments
 (0)