diff --git a/.github/workflows/pr-tests.yaml b/.github/workflows/pr-tests.yaml index 9b2c716..9e3c052 100644 --- a/.github/workflows/pr-tests.yaml +++ b/.github/workflows/pr-tests.yaml @@ -54,7 +54,7 @@ jobs: git config --global user.name "GitHub Action" ./scripts/test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.1.1 with: file: ./coverage.xml name: kstreams