diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21bc90f..c1ebd6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: RUSTFLAGS: -Zon-broken-pipe=kill run: cargo llvm-cov --lcov --output-path coverage.lcov --no-cfg-coverage-nightly - if: matrix.os != 'windows-latest' - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 with: fail_ci_if_error: true - uses: actions/setup-python@v6