Skip to content

Commit b1b21f7

Browse files
ci(deps): update codecov/codecov-action action to v4
1 parent d6bb7c0 commit b1b21f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Run quality assurance and test with coverage
4343
run: ./gradlew clean check
4444
- name: CodeCov
45-
uses: codecov/codecov-action@v3.1.4
45+
uses: codecov/codecov-action@v4.4.1
4646
with:
4747
directory: "build/reports/jacoco"
4848

0 commit comments

Comments
 (0)