Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 42c4898

Browse files
authoredApr 15, 2025··
ci(deps): update codecov/codecov-action action to v5
1 parent 384a404 commit 42c4898

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
@@ -43,7 +43,7 @@ jobs:
4343
run: ./gradlew clean check
4444
- name: CodeCov
4545
if: ${{ contains('Linux', runner.os) }}
46-
uses: codecov/codecov-action@v3.1.6
46+
uses: codecov/codecov-action@v5.4.2
4747
with:
4848
directory: "build/reports/jacoco"
4949

0 commit comments

Comments
 (0)
Please sign in to comment.