File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments