diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aaf847d7..aac9874f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: mvn clean test jacoco:report -Dgithub=true - name: Upload Test Coverage Report - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./target/site/jacoco/jacoco.xml