Skip to content

Commit 81d5d39

Browse files
authored
Merge pull request #13 from DrAugus/renovate/codecov-codecov-action-6.x
chore(deps): update codecov/codecov-action action to v6
2 parents 5b31750 + 744d503 commit 81d5d39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
run: lcov --directory . --capture --output-file coverage.info
9696
if: ${{ matrix.coverage }}
9797
- name: upload coverage
98-
uses: codecov/codecov-action@v5
98+
uses: codecov/codecov-action@v6
9999
with:
100100
file: ./coverage.info
101101
if: ${{ matrix.coverage }}

0 commit comments

Comments
 (0)