diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28a4e83..a8a1122 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: path: '**/target/jacoco.exec' if-no-files-found: ignore - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: '**/target/site/jacoco/jacoco.xml' token: ${{ secrets.CODECOV_TOKEN }}