File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 sha256sum -c $exe'.sha256'
3737 done
3838 - name : Upload artifacts
39- uses : actions/upload-artifact@v3
39+ uses : actions/upload-artifact@v4
4040 with :
4141 name : plugin
4242 path : javascript/net/grpc/web/generator/zig-out/bin/
Original file line number Diff line number Diff line change 2626 - name : verify sha256
2727 run : sha256sum -c protoc-gen-grpc-web-${{ github.event.inputs.version_number }}-linux-x86_64.sha256
2828 - name : Upload artifacts
29- uses : actions/upload-artifact@v3
29+ uses : actions/upload-artifact@v4
3030 with :
3131 name : plugin
3232 path : protoc-gen-grpc-web*
Original file line number Diff line number Diff line change 4242 - name : verify sha256
4343 run : sha256sum -c protoc-gen-grpc-web-${{ github.event.inputs.version_number }}-darwin-x86_64.sha256
4444 - name : Upload artifacts
45- uses : actions/upload-artifact@v3
45+ uses : actions/upload-artifact@v4
4646 with :
4747 name : plugin
4848 path : protoc-gen-grpc-web*
Original file line number Diff line number Diff line change 3131 # TODO: Check sha256 (sha256sum not available for now. )
3232 # - name: verify sha256
3333 - name : Upload artifacts
34- uses : actions/upload-artifact@v3
34+ uses : actions/upload-artifact@v4
3535 with :
3636 name : plugin
3737 path : protoc-gen-grpc-web*
You can’t perform that action at this time.
0 commit comments