diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24bf6524..a607d3fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - name: Run Unit Tests run: ./gradlew kover-aggregate:koverXmlReport --no-build-cache - name: Codecov - uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 + uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1 with: files: ./kover-aggregate/build/reports/kover/report.xml token: ${{ secrets.CODE_COV_TOKEN }}