File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
44
- name : Checkout
45
45
uses : actions/checkout@v3
46
46
- name : Download artifact
47
- uses : actions/download-artifact@v2
47
+ uses : actions/download-artifact@v3
48
48
with :
49
49
name : image-bookstack-master
50
50
path : /tmp
68
68
{{major}}.{{minor}}
69
69
{{major}}.{{minor}}.{{patch}}
70
70
- name : Download artifact
71
- uses : actions/download-artifact@v2
71
+ uses : actions/download-artifact@v3
72
72
with :
73
73
name : image-bookstack-master
74
74
path : /tmp
Original file line number Diff line number Diff line change 45
45
- name : Checkout
46
46
uses : actions/checkout@v3
47
47
- name : Download artifact
48
- uses : actions/download-artifact@v2
48
+ uses : actions/download-artifact@v3
49
49
with :
50
50
name : image-bookstack
51
51
path : /tmp
Original file line number Diff line number Diff line change 43
43
- name : Checkout
44
44
uses : actions/checkout@v3
45
45
- name : Download artifact
46
- uses : actions/download-artifact@v2
46
+ uses : actions/download-artifact@v3
47
47
with :
48
48
name : image-bookstack-master
49
49
path : /tmp
67
67
{{major}}.{{minor}}
68
68
{{major}}.{{minor}}.{{patch}}
69
69
- name : Download artifact
70
- uses : actions/download-artifact@v2
70
+ uses : actions/download-artifact@v3
71
71
with :
72
72
name : image-bookstack-master
73
73
path : /tmp
You can’t perform that action at this time.
0 commit comments