diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2f350a..7ed3824 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.3.0 + uses: codecov/codecov-action@v4.3.1 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: