Skip to content

Commit b0a33e3

Browse files
authored
Merge pull request #114 from arduino/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2 parents abe2930 + afecd8e commit b0a33e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-go-task.yml

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

107107
- name: Send unit tests coverage to Codecov
108108
if: runner.os == 'Linux'
109-
uses: codecov/codecov-action@v2
109+
uses: codecov/codecov-action@v3
110110
with:
111111
file: ${{ matrix.module.path }}coverage_unit.txt
112112
flags: ${{ matrix.module.codecov-flags }}

0 commit comments

Comments
 (0)