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 51
51
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
52
52
53
53
- name : Download artifact
54
- uses : actions/download-artifact@v4
54
+ uses : actions/download-artifact@v5
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@v4
84
+ uses : actions/download-artifact@v5
85
85
with :
86
86
name : image-bookstack-master
87
87
path : /tmp
Original file line number Diff line number Diff line change 52
52
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
53
53
54
54
- name : Download artifact
55
- uses : actions/download-artifact@v4
55
+ uses : actions/download-artifact@v5
56
56
with :
57
57
name : image-bookstack
58
58
path : /tmp
Original file line number Diff line number Diff line change 50
50
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
51
51
52
52
- name : Download artifact
53
- uses : actions/download-artifact@v4
53
+ uses : actions/download-artifact@v5
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@v4
90
+ uses : actions/download-artifact@v5
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