File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
cache-from : type=registry,ref=solidnerd/bookstack-dev:master
33
33
outputs : type=docker,dest=/tmp/image-bookstack.tar
34
34
- name : Upload artifact
35
- uses : actions/upload-artifact@v2
35
+ uses : actions/upload-artifact@v3
36
36
with :
37
37
name : image-bookstack-master
38
38
path : /tmp/image-bookstack.tar
Original file line number Diff line number Diff line change 33
33
cache-to : type=inline
34
34
outputs : type=docker,dest=/tmp/image-bookstack.tar
35
35
- name : Upload artifact
36
- uses : actions/upload-artifact@v2
36
+ uses : actions/upload-artifact@v3
37
37
with :
38
38
name : image-bookstack
39
39
path : /tmp/image-bookstack.tar
Original file line number Diff line number Diff line change 32
32
cache-from : type=registry,ref=solidnerd/bookstack-dev:master
33
33
outputs : type=docker,dest=/tmp/image-bookstack.tar
34
34
- name : Upload artifact
35
- uses : actions/upload-artifact@v2
35
+ uses : actions/upload-artifact@v3
36
36
with :
37
37
name : image-bookstack-master
38
38
path : /tmp/image-bookstack.tar
You can’t perform that action at this time.
0 commit comments