diff --git a/.github/workflows/pr-tests.yaml b/.github/workflows/pr-tests.yaml index 95525af..4e04e4f 100644 --- a/.github/workflows/pr-tests.yaml +++ b/.github/workflows/pr-tests.yaml @@ -55,7 +55,7 @@ jobs: git config --global user.name "GitHub Action" ./scripts/test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.5.1 + uses: codecov/codecov-action@v5.5.2 with: file: ./coverage.xml name: kstreams