Skip to content

Commit 551fdc8

Browse files
chore(deps): update codecov/codecov-action action to v4
1 parent 54cc6e9 commit 551fdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "::set-output name=os::${os/-latest/}"
4444
echo "::set-output name=node::node_${node//[.*]/}"
4545
shell: bash
46-
- uses: codecov/codecov-action@v2
46+
- uses: codecov/codecov-action@v4
4747
with:
4848
file: coverage/coverage-final.json
4949
flags: ${{ steps.test-coverage-flags.outputs.os }},${{ steps.test-coverage-flags.outputs.node }}

0 commit comments

Comments
 (0)