File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 32
32
33
33
- name : ' Download Android Web.bundle Artifact (built frontend)'
34
34
if : inputs.semver == '' # Only if workflow fired from frontend-build.yml
35
- uses : dawidd6/action-download-artifact@v3
35
+ uses : dawidd6/action-download-artifact@v6
36
36
with :
37
37
workflow : frontend-build.yml
38
38
workflow_conclusion : success
Original file line number Diff line number Diff line change 17
17
18
18
- name : ' Download Basic main.js Artifact'
19
19
if : inputs.semver == '' # Only if workflow fired from frontend-build.yml
20
- uses : dawidd6/action-download-artifact@v3
20
+ uses : dawidd6/action-download-artifact@v6
21
21
with :
22
22
workflow : frontend-build.yml
23
23
workflow_conclusion : success
33
33
34
34
- name : ' Download pro.js Artifact'
35
35
if : inputs.semver == '' # Only if workflow fired from frontend-build.yml
36
- uses : dawidd6/action-download-artifact@v3
36
+ uses : dawidd6/action-download-artifact@v6
37
37
with :
38
38
workflow : frontend-build.yml
39
39
workflow_conclusion : success
Original file line number Diff line number Diff line change 26
26
27
27
- name : ' Download basic.selfhosted.js Artifact'
28
28
if : inputs.semver == '' # Only if workflow fired from frontend-build.yml
29
- uses : dawidd6/action-download-artifact@v3
29
+ uses : dawidd6/action-download-artifact@v6
30
30
with :
31
31
workflow : frontend-build.yml
32
32
workflow_conclusion : success
42
42
43
43
- name : ' Download pro.selfhosted.js Artifact'
44
44
if : inputs.semver == '' # Only if workflow fired from frontend-build.yml
45
- uses : dawidd6/action-download-artifact@v3
45
+ uses : dawidd6/action-download-artifact@v6
46
46
with :
47
47
workflow : frontend-build.yml
48
48
workflow_conclusion : success
Original file line number Diff line number Diff line change 26
26
27
27
- name : ' Download main.js Artifact'
28
28
if : inputs.semver == '' # Only if workflow fired from frontend-build.yml
29
- uses : dawidd6/action-download-artifact@v3
29
+ uses : dawidd6/action-download-artifact@v6
30
30
with :
31
31
workflow : frontend-build.yml
32
32
workflow_conclusion : success
42
42
43
43
- name : ' Download pro.js Artifact'
44
44
if : inputs.semver == '' # Only if workflow fired from frontend-build.yml
45
- uses : dawidd6/action-download-artifact@v3
45
+ uses : dawidd6/action-download-artifact@v6
46
46
with :
47
47
workflow : frontend-build.yml
48
48
workflow_conclusion : success
You can’t perform that action at this time.
0 commit comments