File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout code
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v6
4040
4141 - name : Install system dependencies
4242 if : matrix.os == 'ubuntu-latest'
6666 shell : bash
6767
6868 - name : Upload Artifact
69- uses : actions/upload-artifact@v4
69+ uses : actions/upload-artifact@v6
7070 with :
7171 name : ${{ matrix.os }}-${{ matrix.toolchain }}-binary
7272 path : ${{github.workspace}}/install/bin
@@ -78,10 +78,10 @@ jobs:
7878 runs-on : ubuntu-latest
7979 steps :
8080 - name : Checkout code
81- uses : actions/checkout@v4
81+ uses : actions/checkout@v6
8282
8383 - name : Consolidate artifacts
84- uses : actions/download-artifact@v4
84+ uses : actions/download-artifact@v7
8585 with :
8686 pattern : ' *-latest-nightly-binary'
8787 merge-multiple : true
@@ -108,7 +108,7 @@ jobs:
108108 sudo apt-get install -y libudev-dev pkg-config
109109
110110 - name : Generate coverage
111- uses : silicon-heaven/rust-pycobertura-action@v2 .0.0
111+ uses : silicon-heaven/rust-pycobertura-action@v4 .0.1
112112 with :
113113 project_name : shvcall
114114
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "shvcall"
33description = " CLI utility to invoke remote SHV RPC calls"
44license = " MIT"
55repository = " https://github.com/silicon-heaven/shvcall-rs"
6- version = " 3.9.3 "
6+ version = " 3.9.4 "
77edition = " 2024"
88
99[[bin ]]
You can’t perform that action at this time.
0 commit comments