Skip to content

Commit 25e988b

Browse files
chore(deps): bump codecov/codecov-action from 5 to 6 (RocketChat#39895)
1 parent df43b79 commit 25e988b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-test-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
STORYBOOK_DISABLE_TELEMETRY: 1
4848

49-
- uses: codecov/codecov-action@v5
49+
- uses: codecov/codecov-action@v6
5050
with:
5151
flags: unit
5252
verbose: true

.github/workflows/ci-test-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Unit Test
4747
run: yarn testunit --concurrency=1
4848

49-
- uses: codecov/codecov-action@v5
49+
- uses: codecov/codecov-action@v6
5050
with:
5151
flags: unit
5252
verbose: true

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ jobs:
761761
include-hidden-files: true
762762

763763
- name: Report API coverage
764-
uses: codecov/codecov-action@v5
764+
uses: codecov/codecov-action@v6
765765
with:
766766
files: /tmp/coverage_report/api/lcov.info
767767
working-directory: .
@@ -770,7 +770,7 @@ jobs:
770770
token: ${{ secrets.CODECOV_TOKEN }}
771771

772772
- name: Report UI coverage
773-
uses: codecov/codecov-action@v5
773+
uses: codecov/codecov-action@v6
774774
with:
775775
files: /tmp/coverage_report/ui/lcov.info
776776
working-directory: .

0 commit comments

Comments
 (0)