Skip to content

Commit 4b77da3

Browse files
build(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 78126ab commit 4b77da3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
shell: bash
5656
-
5757
name: Upload coverage
58-
uses: codecov/codecov-action@v5
58+
uses: codecov/codecov-action@v6
5959
if: env.RUN_CODECOV == 'true' && matrix.node_version == env.NODE_VERSION
6060
with:
6161
files: ./coverage/clover.xml
@@ -225,7 +225,7 @@ jobs:
225225
shell: bash
226226
-
227227
name: Upload coverage
228-
uses: codecov/codecov-action@v5
228+
uses: codecov/codecov-action@v6
229229
if: env.RUN_CODECOV == 'true'
230230
with:
231231
files: ./coverage/clover.xml

0 commit comments

Comments
 (0)