Skip to content

Commit

Permalink
Dependencies (GitHub Actions) - upgrade codecov/codecov-action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Oct 6, 2023
1 parent 18b56ed commit 2a9d165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:

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

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Dependencies - upgrade `org.jetbrains.changelog` to `2.2.0`
- Dependencies (GitHub Actions) - upgrade `actions/checkout` to `4`
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.2.6`
- Dependencies (GitHub Actions) - upgrade `codecov/codecov-action` to `v4`
- Upgrade Gradle Wrapper to `8.4`
- Gradle - upgrade `org.gradle.toolchains.foojay-resolver-convention` to `0.7.0`

Expand Down

0 comments on commit 2a9d165

Please sign in to comment.