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