diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8942d6cc..1b4a2af4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: ls -la . - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.2 with: fail_ci_if_error: true # optional (default = false) token: ${{ secrets.CODECOV_TOKEN }}