Skip to content

Commit 05e3eef

Browse files
ci: bump codecov/codecov-action from 6.0.0 to 6.0.1 (#1507)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 46620b7 commit 05e3eef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
144144
- name: Upload coverage to Codecov
145145
if: steps.need_docs.outputs.run_docs == 'true' && !cancelled()
146-
uses: codecov/codecov-action@v6.0.0
146+
uses: codecov/codecov-action@v6.0.1
147147
with:
148148
files: ./docs/coverage/.lcov.total
149149
flags: qtpass
@@ -154,7 +154,7 @@ jobs:
154154

155155
- name: Upload test results to Codecov
156156
if: steps.need_docs.outputs.run_docs == 'true' && !cancelled()
157-
uses: codecov/codecov-action@v6.0.0
157+
uses: codecov/codecov-action@v6.0.1
158158
with:
159159
token: ${{ secrets.CODECOV_TOKEN }}
160160
files: "tests/auto/*/qtpass.junit.xml"

0 commit comments

Comments
 (0)