diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 241ffd6..daba54b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -28,6 +28,6 @@ jobs: - name: Run maven build run: mvn package -PprettierCheck -Dprettier.nodePath=node -Dprettier.npmPath=npm - name: codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: files: ./target/site/jacoco/jacoco.xml