diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 500633a4..508cef2c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -79,7 +79,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: { components: llvm-tools-preview } - - uses: taiki-e/install-action@v2.85.13 + - uses: taiki-e/install-action@v2.86.1 with: { tool: cargo-llvm-cov } # This is an instrumented (coverage) build with its own RUSTFLAGS, so it # gets its own cache key and deliberately does NOT share the `workspace`