File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3737 outputs : type=docker,dest=/tmp/image-bookstack.tar
3838
3939 - name : Upload artifact
40- uses : actions/upload-artifact@v5
40+ uses : actions/upload-artifact@v6
4141 with :
4242 name : image-bookstack-master
4343 path : /tmp/image-bookstack.tar
5151 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
5252
5353 - name : Download artifact
54- uses : actions/download-artifact@v6
54+ uses : actions/download-artifact@v7
5555 with :
5656 name : image-bookstack-master
5757 path : /tmp
8181 type=ref,event=branch
8282
8383 - name : Download artifact
84- uses : actions/download-artifact@v6
84+ uses : actions/download-artifact@v7
8585 with :
8686 name : image-bookstack-master
8787 path : /tmp
Original file line number Diff line number Diff line change 3838 outputs : type=docker,dest=/tmp/image-bookstack.tar
3939
4040 - name : Upload artifact
41- uses : actions/upload-artifact@v5
41+ uses : actions/upload-artifact@v6
4242 with :
4343 name : image-bookstack
4444 path : /tmp/image-bookstack.tar
5252 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
5353
5454 - name : Download artifact
55- uses : actions/download-artifact@v6
55+ uses : actions/download-artifact@v7
5656 with :
5757 name : image-bookstack
5858 path : /tmp
Original file line number Diff line number Diff line change 3737 outputs : type=docker,dest=/tmp/image-bookstack.tar
3838
3939 - name : Upload artifact
40- uses : actions/upload-artifact@v5
40+ uses : actions/upload-artifact@v6
4141 with :
4242 name : image-bookstack-master
4343 path : /tmp/image-bookstack.tar
5050 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
5151
5252 - name : Download artifact
53- uses : actions/download-artifact@v6
53+ uses : actions/download-artifact@v7
5454 with :
5555 name : image-bookstack-master
5656 path : /tmp
8787 type=semver,pattern={{major}}.{{minor}}.{{patch}}
8888
8989 - name : Download artifact
90- uses : actions/download-artifact@v6
90+ uses : actions/download-artifact@v7
9191 with :
9292 name : image-bookstack-master
9393 path : /tmp
You can’t perform that action at this time.
0 commit comments