diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f5f3ed..e1dcff8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Upload coverage reports to Codecov if: matrix.java == '21' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./target/site/jacoco/jacoco.xml