diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b0640c7..8194108 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@v5.0.3 + uses: codecov/codecov-action@v5.0.7 - name: Build run: make build