Skip to content

Commit a480feb

Browse files
github-actionsgithub-actions[bot]
github-actions
authored andcommitted
chore: sync files
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0631905 commit a480feb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-and-test-differential.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Upload coverage to CodeCov
7070
if: ${{ steps.test.outputs.coverage-report-files != '' }}
71-
uses: codecov/codecov-action@v5
71+
uses: codecov/codecov-action@v4
7272
with:
7373
files: ${{ steps.test.outputs.coverage-report-files }}
7474
fail_ci_if_error: false

.github/workflows/build-and-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Upload coverage to CodeCov
5858
if: ${{ steps.test.outputs.coverage-report-files != '' }}
59-
uses: codecov/codecov-action@v5
59+
uses: codecov/codecov-action@v4
6060
with:
6161
files: ${{ steps.test.outputs.coverage-report-files }}
6262
fail_ci_if_error: false

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ repos:
7474
args: [--line-length=100]
7575

7676
- repo: https://github.com/pre-commit/mirrors-clang-format
77-
rev: v19.1.4
77+
rev: v19.1.5
7878
hooks:
7979
- id: clang-format
8080
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)