Dependencies (GitHub Actions) - upgrade codecov/codecov-action to v5

This commit is contained in:
Jakub Chrzanowski 2024-12-02 08:33:08 +01:00 committed by Jakub Chrzanowski
parent 413f9b8031
commit b2883f385d
2 changed files with 2 additions and 1 deletions

View File

@ -129,7 +129,7 @@ jobs:
# Upload the Kover report to CodeCov # Upload the Kover report to CodeCov
- name: Upload Code Coverage Report - name: Upload Code Coverage Report
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v5
with: with:
files: ${{ github.workspace }}/build/reports/kover/report.xml files: ${{ github.workspace }}/build/reports/kover/report.xml

View File

@ -11,6 +11,7 @@
- Change since/until build to `241-243.*` (2024.1-2024.3.*) - Change since/until build to `241-243.*` (2024.1-2024.3.*)
- Dependencies - upgrade `org.jetbrains.qodana` to `2024.2.6` - Dependencies - upgrade `org.jetbrains.qodana` to `2024.2.6`
- Dependencies (GitHub Actions) - upgrade `gradle/actions/wrapper-validation` to `v4` - 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 ## [2.0.2] - 2024-10-07