Skip to content

Commit 06e85a1

Browse files
committed
Dependencies (GitHub Actions) - upgrade codecov/codecov-action to v5
1 parent 493ad1f commit 06e85a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129

130130
# Upload the Kover report to CodeCov
131131
- name: Upload Code Coverage Report
132-
uses: codecov/codecov-action@v4
132+
uses: codecov/codecov-action@v5
133133
with:
134134
files: ${{ github.workspace }}/build/reports/kover/report.xml
135135

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- Change since/until build to `241-243.*` (2024.1-2024.3.*)
1212
- Dependencies - upgrade `org.jetbrains.qodana` to `2024.2.6`
1313
- Dependencies (GitHub Actions) - upgrade `gradle/actions/wrapper-validation` to `v4`
14+
- Dependencies (GitHub Actions) - upgrade `codecov/codecov-action` to `v5`
1415

1516
## [2.0.2] - 2024-10-07
1617

0 commit comments

Comments
 (0)