Skip to content

Commit a41885a

Browse files
chore(deps): update codecov/codecov-action action to v4.6.0
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v4.5.0 | v4.6.0 |
1 parent 9f1ba33 commit a41885a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: ./gradlew :koverXmlReport
7171

7272
- name: Upload Test Report
73-
uses: codecov/codecov-action@v4.5.0
73+
uses: codecov/codecov-action@v4.6.0
7474
with:
7575
fail_ci_if_error: true # optional (default = false)
7676
token: ${{ secrets.CODECOV_TOKEN }} # required

0 commit comments

Comments
 (0)