File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 37
37
outputs : type=docker,dest=/tmp/image-bookstack.tar
38
38
39
39
- name : Upload artifact
40
- uses : actions/upload-artifact@v3
40
+ uses : actions/upload-artifact@v4
41
41
with :
42
42
name : image-bookstack-master
43
43
path : /tmp/image-bookstack.tar
51
51
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
52
52
53
53
- name : Download artifact
54
- uses : actions/download-artifact@v3
54
+ uses : actions/download-artifact@v4
55
55
with :
56
56
name : image-bookstack-master
57
57
path : /tmp
81
81
type=ref,event=branch
82
82
83
83
- name : Download artifact
84
- uses : actions/download-artifact@v3
84
+ uses : actions/download-artifact@v4
85
85
with :
86
86
name : image-bookstack-master
87
87
path : /tmp
Original file line number Diff line number Diff line change 38
38
outputs : type=docker,dest=/tmp/image-bookstack.tar
39
39
40
40
- name : Upload artifact
41
- uses : actions/upload-artifact@v3
41
+ uses : actions/upload-artifact@v4
42
42
with :
43
43
name : image-bookstack
44
44
path : /tmp/image-bookstack.tar
52
52
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
53
53
54
54
- name : Download artifact
55
- uses : actions/download-artifact@v3
55
+ uses : actions/download-artifact@v4
56
56
with :
57
57
name : image-bookstack
58
58
path : /tmp
Original file line number Diff line number Diff line change 37
37
outputs : type=docker,dest=/tmp/image-bookstack.tar
38
38
39
39
- name : Upload artifact
40
- uses : actions/upload-artifact@v3
40
+ uses : actions/upload-artifact@v4
41
41
with :
42
42
name : image-bookstack-master
43
43
path : /tmp/image-bookstack.tar
50
50
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
51
51
52
52
- name : Download artifact
53
- uses : actions/download-artifact@v3
53
+ uses : actions/download-artifact@v4
54
54
with :
55
55
name : image-bookstack-master
56
56
path : /tmp
87
87
type=semver,pattern={{major}}.{{minor}}.{{patch}}
88
88
89
89
- name : Download artifact
90
- uses : actions/download-artifact@v3
90
+ uses : actions/download-artifact@v4
91
91
with :
92
92
name : image-bookstack-master
93
93
path : /tmp
You can’t perform that action at this time.
0 commit comments