diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 9a836a88..fcf30016 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -38,7 +38,7 @@ jobs: working-directory: ./ #optional - name: Submit coverage data to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: matrix.java == '8' with: file: ./RSyntaxTextArea/build/reports/jacoco/test/jacocoTestReport.xml