Skip to content

Commit 5ff196c

Browse files
chore(deps): update codecov/codecov-action action to v7
1 parent 3d7a019 commit 5ff196c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Format coverage
5959
run: dart pub global run coverage:format_coverage --lcov --in=coverage.json --out=lcov.info --report-on=lib
6060

61-
- uses: codecov/codecov-action@v4.5.0
61+
- uses: codecov/codecov-action@v7.0.0
6262
with:
6363
fail_ci_if_error: true # optional (default = false)
6464
token: ${{ secrets.CODECOV_TOKEN }} # required

0 commit comments

Comments
 (0)