Skip to content

Commit 4e4a682

Browse files
committed
ci: bump codecov to v5
1 parent c97f488 commit 4e4a682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/coverage/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ runs:
2121
using: composite
2222

2323
steps:
24-
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v3
24+
- uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # pin@v5
2525
if: ${{ inputs.coverage != '' }}
2626
with:
27-
name: ${{ inputs.coverage != '' }}
27+
name: ${{ inputs.coverage }}
2828
files: ./${{ inputs.directory }}/coverage/lcov.info
2929
token: ${{ inputs.token }}
3030

0 commit comments

Comments
 (0)