diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 769d708..bbd6ffb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: path: cover.out - name: Upload code coverage information to codecov.io if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5.0.0 + uses: codecov/codecov-action@v5.0.2 with: files: cover.out fail_ci_if_error: false