Skip to content

Commit f7fac48

Browse files
committed
update ci
1 parent 6a6a833 commit f7fac48

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v6
23+
with: # fetch all submodules
24+
submodules: "recursive"
2325
- name: Install latest nightly
2426
uses: actions-rs/toolchain@v1
2527
with:
@@ -41,7 +43,7 @@ jobs:
4143
cargo tarpaulin --out Xml --verbose --exclude-files scripts/ tests/ src/build.rs src/main.rs src/generated.rs
4244
- name: Upload to codecov.io
4345
if: success() && matrix.os == 'ubuntu-latest' && github.ref == 'refs/heads/master'
44-
uses: codecov/codecov-action@v1.0.2
46+
uses: codecov/codecov-action@v5
4547
with:
46-
file: cobertura.xml
48+
files: cobertura.xml
4749
token: ${{secrets.CODECOV_TOKEN}}

0 commit comments

Comments
 (0)