Skip to content

Commit 6169fa7

Browse files
authored
Merge pull request #22 from arduino/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2 parents b41447f + cd35e0a commit 6169fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libraries_report-size-deltas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: coverage report
5252

5353
- name: Upload coverage report to Codecov
54-
uses: codecov/codecov-action@v2
54+
uses: codecov/codecov-action@v3
5555
with:
5656
file: ${{ env.COVERAGE_DATA_FILENAME }}
5757
fail_ci_if_error: true

0 commit comments

Comments
 (0)