Skip to content

Commit e70c3aa

Browse files
chore(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 (#5255)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.2 to 5.4.3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@ad3126e...18283e0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3835580 commit e70c3aa

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
@@ -255,7 +255,7 @@ jobs:
255255
# We don't upload codecov for scheduled runs as CodeCov only accepts a limited amount of uploads per commit.
256256
- name: Push code coverage to codecov
257257
id: codecov_1
258-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # [email protected].2
258+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # [email protected].3
259259
if: ${{ contains(matrix.platform, 'iOS') && !contains(github.ref, 'release') && github.event.schedule == '' }}
260260
with:
261261
# Although public repos should not have to specify a token there seems to be a bug with the Codecov GH action, which can
@@ -267,7 +267,7 @@ jobs:
267267
# Sometimes codecov uploads etc can fail. Retry one time to rule out e.g. intermittent network failures.
268268
- name: Push code coverage to codecov
269269
id: codecov_2
270-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # [email protected].2
270+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # [email protected].3
271271
if: ${{ steps.codecov_1.outcome == 'failure' && contains(matrix.platform, 'iOS') && !contains(github.ref, 'release') && github.event.schedule == '' }}
272272
with:
273273
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)