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 a0491b1

Browse files
authoredFeb 3, 2024
ci(deps): update codecov/codecov-action action to v4
1 parent 957130b commit a0491b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
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.4
46+
uses: codecov/codecov-action@v4.0.1
4747
with:
4848
directory: "build/reports/jacoco"
4949

0 commit comments

Comments
 (0)
Please sign in to comment.