Skip to content

Commit 5650a86

Browse files
chore(deps): update codecov/codecov-action action to v5.5.4 (#603)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent 40ab181 commit 5650a86

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • .github/workflows
  • template/[% if repo_platform == 'github' %].github[% endif %]/workflows

.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.5.2
671+
uses: codecov/codecov-action@v5.5.4
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.5.2
715+
uses: codecov/codecov-action@v5.5.4
716716
with:
717717
token: {{ '${{ secrets.CODECOV_TOKEN }}' }}
718718
fail_ci_if_error: true

0 commit comments

Comments
 (0)