Skip to content

Commit 6d9c0eb

Browse files
chore(deps): update codecov/codecov-action action to v5.5.1 (#554)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent 8a993b5 commit 6d9c0eb

File tree

2 files changed

+2
-2
lines changed
  • .github/workflows
  • template/[% if repo_platform == 'github' %].github[% endif %]/workflows

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ jobs:
668668
run: cmake --build --preset=default --target ccov-all
669669

670670
- name: Upload coverage report
671-
uses: codecov/codecov-action@v5.4.3
671+
uses: codecov/codecov-action@v5.5.1
672672
with:
673673
token: ${{ secrets.CODECOV_TOKEN }}
674674
fail_ci_if_error: true

template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ jobs:
712712
run: cmake --build --preset=default --target ccov-all
713713

714714
- name: Upload coverage report
715-
uses: codecov/codecov-action@v5.4.3
715+
uses: codecov/codecov-action@v5.5.1
716716
with:
717717
token: {{ '${{ secrets.CODECOV_TOKEN }}' }}
718718
fail_ci_if_error: true

0 commit comments

Comments
 (0)