diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cdd0917..5f40e4d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -129,7 +129,7 @@ jobs: # Upload the Kover report to CodeCov - name: Upload Code Coverage Report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ${{ github.workspace }}/build/reports/kover/report.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index 503b21d..1e1f163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - Change since/until build to `241-243.*` (2024.1-2024.3.*) - Dependencies - upgrade `org.jetbrains.qodana` to `2024.2.6` - Dependencies (GitHub Actions) - upgrade `gradle/actions/wrapper-validation` to `v4` +- Dependencies (GitHub Actions) - upgrade `codecov/codecov-action` to `v5` ## [2.0.2] - 2024-10-07