Skip to content

Commit 1f94efb

Browse files
authored
Update codecov github action to use node 20 (#17471)
1 parent 2a6ec26 commit 1f94efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266

267267
- name: Upload coverage data
268268
if: inputs.standard && !github.event.repository.private && always()
269-
uses: codecov/codecov-action@v3
269+
uses: codecov/codecov-action@v4
270270
with:
271271
files: "${{ inputs.target }}/coverage.xml"
272272
flags: "${{ inputs.target }}"

0 commit comments

Comments
 (0)