diff --git a/.github/workflows/ci-and-cd.yml b/.github/workflows/ci-and-cd.yml index 17b5038..09b3ae1 100644 --- a/.github/workflows/ci-and-cd.yml +++ b/.github/workflows/ci-and-cd.yml @@ -39,7 +39,7 @@ jobs: arguments: build - name: Upload Coverage if: matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v3.1.6 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./tests/build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml