Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 10a7c20

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 70e9918 commit 10a7c20

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
@@ -56,7 +56,7 @@ jobs:
5656
echo "os=${os/-latest/}" >> $GITHUB_OUTPUT
5757
echo "node=node_${node//[.*]/}" >> $GITHUB_OUTPUT
5858
shell: bash
59-
- uses: codecov/codecov-action@v4
59+
- uses: codecov/codecov-action@v5
6060
with:
6161
file: coverage/coverage-final.json
6262
flags: ${{ steps.test-coverage-flags.outputs.os }},${{ steps.test-coverage-flags.outputs.node }}

0 commit comments

Comments
 (0)