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

Commit 627cf23

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 3196a3a commit 627cf23

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
@@ -65,7 +65,7 @@ jobs:
6565
echo "os=${os/-latest/}" >> $GITHUB_OUTPUT
6666
echo "node=node_${node//[.*]/}" >> $GITHUB_OUTPUT
6767
shell: bash
68-
- uses: codecov/codecov-action@v4
68+
- uses: codecov/codecov-action@v5
6969
with:
7070
file: coverage/coverage-final.json
7171
flags: ${{ steps.test-coverage-flags.outputs.os }},${{ steps.test-coverage-flags.outputs.node }}

0 commit comments

Comments
 (0)