Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 85ba45d

Browse files
authoredApr 6, 2022
Merge pull request #367 from arduino/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2 parents 73721fe + 7b077ee commit 85ba45d

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
@@ -96,7 +96,7 @@ jobs:
9696

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

0 commit comments

Comments
 (0)
Please sign in to comment.