Skip to content

Commit 136769c

Browse files
authored
Update code coverage action to v5 (#242)
1 parent 9c43885 commit 136769c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
178178
- name: Upload to codecov.io
179179
if: ${{ success() && (matrix.coverage == true) }}
180-
uses: codecov/codecov-action@v4
180+
uses: codecov/codecov-action@v5
181181
with:
182182
file: ./coverage.info
183183
fail_ci_if_error: true

0 commit comments

Comments
 (0)