Skip to content

Commit 38cd549

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 45d6c66 commit 38cd549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "::set-output name=os::${os/-latest/}"
4545
echo "::set-output name=node::node_${node//[.*]/}"
4646
shell: bash
47-
- uses: codecov/codecov-action@v4
47+
- uses: codecov/codecov-action@v5
4848
with:
4949
file: coverage/coverage-final.json
5050
flags: ${{ steps.test-coverage-flags.outputs.os }},${{ steps.test-coverage-flags.outputs.node }}

0 commit comments

Comments
 (0)