mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-06-07 01:54:17 +00:00
Dependencies (GitHub Actions) - upgrade codecov/codecov-action
to v5
This commit is contained in:
parent
413f9b8031
commit
b2883f385d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user