File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ jobs:
40
40
fetch-depth : 0 # fetches all history for all tags and branches to provide more metadata for sonar reports
41
41
42
42
- name : Download ESLint report
43
- uses : dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5
43
+ uses : dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
44
44
with :
45
45
workflow : lint.yaml
46
46
workflow_conclusion : ' '
47
47
name : eslint-report
48
48
if_no_artifact_found : warn
49
49
50
50
- name : Download tests report
51
- uses : dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5
51
+ uses : dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
52
52
with :
53
53
workflow : test.yaml
54
54
workflow_conclusion : ' '
You can’t perform that action at this time.
0 commit comments