Skip to content

Commit d67b724

Browse files
authored
Merge pull request #56 from arduino/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2 parents 1edb1fd + 1a318e7 commit d67b724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
coverage report
7979
8080
- name: Upload coverage report to Codecov
81-
uses: codecov/codecov-action@v2
81+
uses: codecov/codecov-action@v3
8282
with:
8383
file: ${{ env.COVERAGE_DATA_FILENAME }}
8484
fail_ci_if_error: true

0 commit comments

Comments
 (0)