Skip to content

Commit b63c447

Browse files
chore(deps): bump codecov/codecov-action from 5 to 6
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5e4909 commit b63c447

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: flutter test -r expanded --coverage
6363
- name: Run Codecov
6464
if: ${{ matrix.sdk == '' }}
65-
uses: codecov/codecov-action@v5
65+
uses: codecov/codecov-action@v6
6666
env:
6767
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6868

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run Tests with Coverage
2525
run: flutter test -r expanded --coverage
2626
- name: Run Codecov
27-
uses: codecov/codecov-action@v5
27+
uses: codecov/codecov-action@v6
2828
env:
2929
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3030

0 commit comments

Comments
 (0)