Skip to content

Commit 4a163a8

Browse files
build(deps): bump codecov/codecov-action from 5.5.1 to 6.0.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.1 to 6.0.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@5a10915...57e3a13) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 10141e7 commit 4a163a8

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
@@ -69,7 +69,7 @@ jobs:
6969
run: make test-w-coverage
7070

7171
- name: Upload coverage to Codecov
72-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
72+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
7373
with:
7474
token: ${{ secrets.CODECOV_TOKEN }}
7575
# directory: ./coverage
@@ -131,7 +131,7 @@ jobs:
131131
run: make doc-tests cov_report=xml
132132

133133
- name: Upload coverage to Codecov
134-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
134+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
135135
with:
136136
token: ${{ secrets.CODECOV_TOKEN }}
137137
# directory: ./coverage

0 commit comments

Comments
 (0)