Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4 (#1173)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 2, 2024
1 parent 06956fb commit 9c37f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java-version: 17
- name: run kover
run: ./gradlew koverMergedXmlReport
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4

analyze:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
java-version: 17
- name: run kover
run: ./gradlew koverMergedXmlReport
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4

ktlint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9c37f85

Please sign in to comment.