diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1aeefce6..181bfe09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: Upload coverage to Codecov if: always() - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: '**/build/reports/jacoco/test/jacocoTestReport.xml'