diff --git a/.github/workflows/continuos-integration.yml b/.github/workflows/continuos-integration.yml index a7bd56e..fe54d5c 100644 --- a/.github/workflows/continuos-integration.yml +++ b/.github/workflows/continuos-integration.yml @@ -100,7 +100,7 @@ jobs: run: ./cargo-tarpaulin tarpaulin --lib --out Xml - name: Upload to codecov.io - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }} args: '--lib'