diff --git a/.github/workflows/pr-tests.yaml b/.github/workflows/pr-tests.yaml index 65332bac..a45ad296 100644 --- a/.github/workflows/pr-tests.yaml +++ b/.github/workflows/pr-tests.yaml @@ -58,7 +58,7 @@ jobs: ./scripts/test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.2 with: file: ./coverage.xml name: kstreams