diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6742fca..5bfbaa0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,6 +24,6 @@ jobs: - name: generate coverage report run: make cover - name: Codecov - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 - name: Build run: make build