diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bd6fdc31..941136c6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: path: cover.out - name: Upload code coverage information to codecov.io if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: files: cover.out fail_ci_if_error: false