Skip to content

Commit 7b2cbb7

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 0b2056a commit 7b2cbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
echo "os=${os/-latest/}" >> $GITHUB_OUTPUT
5656
echo "node=node_${node/.*.*/}" >> $GITHUB_OUTPUT
5757
shell: bash
58-
- uses: codecov/codecov-action@v3
58+
- uses: codecov/codecov-action@v5
5959
with:
6060
flags: ${{ steps.test-coverage-flags.outputs.os }},${{ steps.test-coverage-flags.outputs.node }}

0 commit comments

Comments
 (0)