Skip to content

Commit 6bc7c9c

Browse files
chore(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 (#3841)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@c16abc2...7afa10e) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ce54cc commit 6bc7c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
# We don't upload codecov for scheduled runs as CodeCov only accepts a limited amount of uploads per commit.
247247
- name: Push code coverage to codecov
248248
id: codecov_1
249-
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # pin@v4.1.1
249+
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # pin@v4.2.0
250250
if: ${{ contains(matrix.platform, 'iOS') && !contains(github.ref, 'release') && github.event.schedule == '' }}
251251
with:
252252
# Although public repos should not have to specify a token there seems to be a bug with the Codecov GH action, which can
@@ -258,7 +258,7 @@ jobs:
258258
# Sometimes codecov uploads etc can fail. Retry one time to rule out e.g. intermittent network failures.
259259
- name: Push code coverage to codecov
260260
id: codecov_2
261-
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # pin@v4.1.1
261+
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # pin@v4.2.0
262262
if: ${{ steps.codecov_1.outcome == 'failure' && contains(matrix.platform, 'iOS') && !contains(github.ref, 'release') && github.event.schedule == '' }}
263263
with:
264264
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)