Skip to content

Commit cd35e0a

Browse files
Bump codecov/codecov-action from 2 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v2...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b41447f commit cd35e0a

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)