diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 897bf40..ce7d1db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -135,7 +135,7 @@ jobs: # Upload the Kover report to CodeCov - name: Upload Code Coverage Report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ${{ github.workspace }}/build/reports/kover/report.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index aa0de7f..752dd9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.7.6` - Dependencies - upgrade `org.jetbrains.qodana` to `2023.3.1` - Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `4` +- Dependencies (GitHub Actions) - upgrade `codecov/codecov-action` to `4` - Gradle - upgrade `org.gradle.toolchains.foojay-resolver-convention` to `0.8.0` - Gradle - cleanup the `jvmToolchain` setup - Run Configurations - `Run Qodana` runs the `qodanaScan` Gradle task