X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;h=cff1713440035a0b76d89a9e6c88904c97c0b87e;hb=d1d0189b2dd4fff8542ee02840d86021e86de9b1;hp=a72f4d4ce0d9ff119a5415abada7e4ca05f5b641;hpb=6176e2f13f677197cfd87de81aacd2627b5226e2;p=rust-lightning diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a72f4d4c..cff17134 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -191,7 +191,7 @@ jobs: done - name: Upload coverage if: matrix.coverage - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: # Could you use this to fake the coverage report for your PR? Sure. # Will anyone be impressed by your amazing coverage? No @@ -239,9 +239,7 @@ jobs: check_commits: runs-on: ubuntu-latest env: - # rustc 1.53 regressed and panics when building our (perfectly fine) docs. - # See https://github.com/rust-lang/rust/issues/84738 - TOOLCHAIN: 1.52.1 + TOOLCHAIN: 1.57.0 steps: - name: Checkout source code uses: actions/checkout@v3