Skip to content

Commit f89f484

Browse files
authored
Merge pull request #20 from arduino/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2 parents 06935cd + 40723e8 commit f89f484

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
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Send unit tests coverage to Codecov
9696
if: runner.os == 'Linux'
97-
uses: codecov/codecov-action@v2
97+
uses: codecov/codecov-action@v3
9898
with:
9999
file: ${{ matrix.module.path }}coverage_unit.txt
100100
flags: ${{ matrix.module.codecov-flags }}

0 commit comments

Comments
 (0)