Skip to content

Commit ea4ac0b

Browse files
committed
Use Codecov action V3.
1 parent 56a408e commit ea4ac0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ jobs:
547547
run: |
548548
RING_COVERAGE=1 mk/cargo.sh +${{ matrix.rust_channel }} test -vv --target=${{ matrix.target }} ${{ matrix.cargo_options }} ${{ matrix.features }} ${{ matrix.mode }}
549549
550-
- uses: briansmith/codecov-codecov-action@v1
550+
- uses: briansmith/codecov-codecov-action@v3
551551
with:
552552
directory: ./target/${{ matrix.target }}/debug/coverage/reports
553553
fail_ci_if_error: true

0 commit comments

Comments
 (0)