File tree 3 files changed +9
-11
lines changed
3 files changed +9
-11
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
@@ -146,12 +146,10 @@ jobs:
146
146
147
147
- name : Create Release
148
148
id : create_release
149
- uses : actions/create- release@v1.1.4
149
+ uses : softprops/action-gh- release@v1
150
150
env :
151
151
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
152
152
with :
153
- tag_name : ${{ github.ref }}
154
- release_name : ${{ github.ref }}
155
153
body : ${{ steps.changelog.outputs.changelog }}
156
154
draft : false
157
155
prerelease : false
You can’t perform that action at this time.
0 commit comments