Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 72fd402

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 71b4862 commit 72fd402

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
@@ -71,7 +71,7 @@ jobs:
7171

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

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

.pre-commit-config-optional.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/tcort/markdown-link-check
7-
rev: v3.13.6
7+
rev: v3.12.2
88
hooks:
99
- id: markdown-link-check
1010
args: [--quiet, --config=.markdown-link-check.json]

0 commit comments

Comments
 (0)