diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84aeb81..5ce74e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: - name: rust-grcov uses: actions-rs/grcov@v0.1 - name: Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.0.2 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: