diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c3b2f97..a24c372 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -33,7 +33,7 @@ jobs: - name: Run tests with Maven run: mvn -B test -P quality --file pom.xml\ - name: Upload to Codecov - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.4.0 with: file: ./target/site/jacoco/jacoco.xml flags: unittests