Skip to content

Commit 0a5ac3c

Browse files
ci(deps): update codecov/codecov-action action to v5.4.2 (#1562)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 50f4665 commit 0a5ac3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/appainter-builder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
dart run coverage:format_coverage --report-on=lib --lcov -o ./coverage/lcov.info -i ./coverage/
4444
4545
- name: Upload coverage report 📡
46-
uses: codecov/[email protected].0
46+
uses: codecov/[email protected].2
4747
env:
4848
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4949
with:

.github/workflows/github-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
flutter pub run remove_from_coverage -f coverage/lcov.info -r '\.g\.dart$' -r 'extensions\.dart'
5252
5353
- name: Upload coverage report 📡
54-
uses: codecov/[email protected].0
54+
uses: codecov/[email protected].2
5555
env:
5656
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5757
with:

0 commit comments

Comments
 (0)