diff --git a/.github/workflows/maven.quality.yml b/.github/workflows/maven.quality.yml index 2f795d3..6a7317d 100644 --- a/.github/workflows/maven.quality.yml +++ b/.github/workflows/maven.quality.yml @@ -34,7 +34,7 @@ jobs: run: mvn -B test -P quality --file pom.xml\ - name: Upload to Codecov - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 with: file: ./target/site/jacoco/jacoco.xml flags: unittests \ No newline at end of file