diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4cc4677..bb71a6e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: version: '0.19.1' args: --workspace --release --all-features --timeout 180 --out Xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.3.0 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}