diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad25d93e..d83b2c43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,7 +101,7 @@ jobs: path: target/surefire-reports - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: target/site/jacoco/jacoco.xml