Skip to content

Commit e0230b2

Browse files
committed
Update codecov action to v4
1 parent 023cdb7 commit e0230b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: cargo tarpaulin --out xml --target-dir target --skip-clean --release
7979

8080
- name: Upload coverage to Codecov
81-
uses: codecov/codecov-action@v3
81+
uses: codecov/codecov-action@v4
8282
with:
8383
token: ${{ secrets.CODECOV_TOKEN }}
8484
files: cobertura.xml

0 commit comments

Comments
 (0)