diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4b0b8e..60156c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -309,7 +309,7 @@ jobs: RUSTFLAGS: "--cfg tarpaulin" run: cargo tarpaulin --all-features --run-types tests --run-types doctests --workspace --out xml - name: Upload to codecov.io - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} slug: ${{ github.repository }}