Skip to content

Commit 534d43c

Browse files
authored
Merge pull request #23 from silicon-heaven/dependabot/github_actions/github-actions-deps-8602d99d6b
Bump the github-actions-deps group across 1 directory with 4 updates
2 parents a56977f + 16841e0 commit 534d43c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/rust.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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'
@@ -66,7 +66,7 @@ jobs:
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "shvcall"
33
description = "CLI utility to invoke remote SHV RPC calls"
44
license = "MIT"
55
repository = "https://github.com/silicon-heaven/shvcall-rs"
6-
version = "3.9.3"
6+
version = "3.9.4"
77
edition = "2024"
88

99
[[bin]]

0 commit comments

Comments
 (0)