@@ -31,28 +31,28 @@ runs:
3131 make build VERSION="${{ inputs.version }}"
3232
3333 - name : Upload abstractions artifact
34- uses : actions/upload-artifact@v4
34+ uses : actions/upload-artifact@v6
3535 with :
3636 path : " src/server/abstractions/bin/Release"
3737 name : libs-abstractions-${{ inputs.version }}
3838 include-hidden-files : true
3939
4040 - name : Upload data artifact
41- uses : actions/upload-artifact@v4
41+ uses : actions/upload-artifact@v6
4242 with :
4343 path : " src/server/data/bin/Release"
4444 name : libs-data-${{ inputs.version }}
4545 include-hidden-files : true
4646
4747 - name : Upload letter artifact
48- uses : actions/upload-artifact@v4
48+ uses : actions/upload-artifact@v6
4949 with :
5050 path : " src/server/letter/bin/Release"
5151 name : libs-letter-${{ inputs.version }}
5252 include-hidden-files : true
5353
5454 - name : Upload host artifact
55- uses : actions/upload-artifact@v4
55+ uses : actions/upload-artifact@v6
5656 with :
5757 path : " src/server/host/bin/Release"
5858 name : libs-host-${{ inputs.version }}
7575 outputs : type=docker,dest=${{ runner.temp }}/myimage/myimage.tar
7676
7777 - name : Upload artifact
78- uses : actions/upload-artifact@v4
78+ uses : actions/upload-artifact@v6
7979 with :
8080 name : libs-host-docker-${{ inputs.version }}
8181 path : ${{ runner.temp }}/myimage
0 commit comments