mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-22 20:05:38 +00:00
Dependencies (GitHub Actions) - upgrade codecov/codecov-action to v5
This commit is contained in:
committed by
Jakub Chrzanowski
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user