Skip to content

Commit c480cd6

Browse files
authored
Merge pull request #78 from hoc081098/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5
2 parents 2a95ce6 + 266adc0 commit c480cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Run tests
4242
run: flutter test --coverage --coverage-path=lcov.info
4343

44-
- uses: codecov/codecov-action@v4
44+
- uses: codecov/codecov-action@v5
4545
env:
4646
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4747
if: ${{ matrix.channel == 'stable' }}

0 commit comments

Comments
 (0)