Skip to content

Commit 43a75f7

Browse files
authored
Merge pull request #19 from nstdio/dependabot/github_actions/codecov/codecov-action-4
build(deps): bump codecov/codecov-action from 3 to 4
2 parents 81a59cd + 6c6cd53 commit 43a75f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
cache: 'gradle'
2323
- name: Build
2424
run: ./gradlew build
25-
- uses: codecov/codecov-action@v3
25+
- uses: codecov/codecov-action@v4
2626
with:
2727
verbose: true

0 commit comments

Comments
 (0)