Skip to content

Commit 51c76bf

Browse files
chore(ci): bump codecov/codecov-action from 4 to 5 (#574)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c7a3c7 commit 51c76bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
args: nextest --all-features --workspace --lcov --output-path lcov.info --profile ci
113113

114114
- name: Upload coverage to Codecov
115-
uses: codecov/codecov-action@v4
115+
uses: codecov/codecov-action@v5
116116
with:
117117
files: lcov.info
118118
name: ${{ matrix.os }}

0 commit comments

Comments
 (0)