Skip to content

Commit 544a64b

Browse files
chore(deps): update codecov/codecov-action action to v6
1 parent c0c86f6 commit 544a64b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/node-test-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ jobs:
142142
run: ${{ inputs.test }}
143143

144144
- name: Code Coverage
145-
uses: codecov/codecov-action@v3
145+
uses: codecov/codecov-action@v6
146146
with:
147147
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/node-test-parallel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ jobs:
136136
CI_NODE_TOTAL: ${{ matrix.total_nodes }}
137137

138138
- name: Code Coverage
139-
uses: codecov/codecov-action@v3
139+
uses: codecov/codecov-action@v6
140140
with:
141141
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/node-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ jobs:
117117
run: ${{ inputs.test }}
118118

119119
- name: Code Coverage
120-
uses: codecov/codecov-action@v3
120+
uses: codecov/codecov-action@v6
121121
with:
122122
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)