Skip to content

Commit b68d2f4

Browse files
dependabot[bot]amotl
authored andcommitted
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 ecf965d commit b68d2f4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
# https://github.com/codecov/codecov-action
7575
- name: Upload coverage results to Codecov
76-
uses: codecov/codecov-action@v5
76+
uses: codecov/codecov-action@v6
7777
env:
7878
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7979
with:
@@ -136,7 +136,7 @@ jobs:
136136

137137
# https://github.com/codecov/codecov-action
138138
- name: Upload coverage results to Codecov
139-
uses: codecov/codecov-action@v5
139+
uses: codecov/codecov-action@v6
140140
env:
141141
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
142142
with:
@@ -198,7 +198,7 @@ jobs:
198198

199199
# https://github.com/codecov/codecov-action
200200
- name: Upload coverage results to Codecov
201-
uses: codecov/codecov-action@v5
201+
uses: codecov/codecov-action@v6
202202
env:
203203
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
204204
with:

0 commit comments

Comments
 (0)