Skip to content

Commit a3b0731

Browse files
dependabot[bot]mutoe
authored andcommitted
chore(deps): bump codecov/codecov-action in /.github/workflows
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 51c917a commit a3b0731

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: pnpm test:unit
7474

7575
- name: Update coverage report
76-
uses: codecov/codecov-action@v5
76+
uses: codecov/codecov-action@v6
7777
with:
7878
token: ${{ secrets.CODECOV_TOKEN }}
7979
files: ./coverage/unit/lcov.info
@@ -125,7 +125,7 @@ jobs:
125125
run: pnpm test:e2e
126126

127127
- name: Update coverage report
128-
uses: codecov/codecov-action@v5
128+
uses: codecov/codecov-action@v6
129129
with:
130130
token: ${{ secrets.CODECOV_TOKEN }}
131131
files: ./coverage/e2e/lcov.info

0 commit comments

Comments
 (0)