Skip to content

Commit 0ecf042

Browse files
chore(deps): bump codecov/codecov-action from 4.3.1 to 4.4.1 (#3998)
updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 699d76f commit 0ecf042

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
@@ -238,7 +238,7 @@ jobs:
238238
# We don't upload codecov for scheduled runs as CodeCov only accepts a limited amount of uploads per commit.
239239
- name: Push code coverage to codecov
240240
id: codecov_1
241-
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # pin@v4.3.1
241+
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # pin@v4.4.1
242242
if: ${{ contains(matrix.platform, 'iOS') && !contains(github.ref, 'release') && github.event.schedule == '' }}
243243
with:
244244
# Although public repos should not have to specify a token there seems to be a bug with the Codecov GH action, which can
@@ -250,7 +250,7 @@ jobs:
250250
# Sometimes codecov uploads etc can fail. Retry one time to rule out e.g. intermittent network failures.
251251
- name: Push code coverage to codecov
252252
id: codecov_2
253-
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # pin@v4.3.1
253+
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # pin@v4.4.1
254254
if: ${{ steps.codecov_1.outcome == 'failure' && contains(matrix.platform, 'iOS') && !contains(github.ref, 'release') && github.event.schedule == '' }}
255255
with:
256256
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)