diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 770c57d5..9e6dce18 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -42,7 +42,7 @@ jobs: - name: Run quality assurance and test with coverage run: ./gradlew clean check - name: CodeCov - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.1.1 with: directory: "build/reports/jacoco"