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@v4
40+ uses : actions/upload-artifact@v5
4141 with :
4242 name : image-bookstack-master
4343 path : /tmp/image-bookstack.tar
5151 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5252
5353 - name : Download artifact
54- uses : actions/download-artifact@v5
54+ uses : actions/download-artifact@v6
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@v5
84+ uses : actions/download-artifact@v6
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@v4
41+ uses : actions/upload-artifact@v5
4242 with :
4343 name : image-bookstack
4444 path : /tmp/image-bookstack.tar
5252 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5353
5454 - name : Download artifact
55- uses : actions/download-artifact@v5
55+ uses : actions/download-artifact@v6
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@v4
40+ uses : actions/upload-artifact@v5
4141 with :
4242 name : image-bookstack-master
4343 path : /tmp/image-bookstack.tar
5050 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5151
5252 - name : Download artifact
53- uses : actions/download-artifact@v5
53+ uses : actions/download-artifact@v6
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@v5
90+ uses : actions/download-artifact@v6
9191 with :
9292 name : image-bookstack-master
9393 path : /tmp
You can’t perform that action at this time.
0 commit comments