Skip to content

Commit b21bb48

Browse files
chore(deps): bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7310615 commit b21bb48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: ./gradlew clevertap:codeCoverageReport
4646

4747
- name: Upload coverage to Codecov
48-
uses: codecov/codecov-action@v4
48+
uses: codecov/codecov-action@v5
4949

5050
# android-test:
5151
# needs: cancel_previous
@@ -69,7 +69,7 @@ jobs:
6969
# - name: Generate coverage report
7070
# run: ./gradlew android:codeCoverageReport
7171
# - name: Upload coverage to Codecov
72-
# uses: codecov/codecov-action@v4
72+
# uses: codecov/codecov-action@v5
7373

7474
# security:
7575
# needs: cancel_previous

0 commit comments

Comments
 (0)