Skip to content

Commit aa2bd32

Browse files
authored
Merge pull request #64 from smartcontractkit/chore/update-action-download-artifact
chore: update action-download-artifact
2 parents fea3dee + 0daeaa4 commit aa2bd32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar-scan.yaml

+2-2
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@93c629661111aae296c04004b30ae3ba22ed46f3 # v5
43+
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
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@93c629661111aae296c04004b30ae3ba22ed46f3 # v5
51+
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
5252
with:
5353
workflow: test.yaml
5454
workflow_conclusion: ''

0 commit comments

Comments
 (0)