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 @@ -246,7 +246,7 @@ jobs:
246
246
# We don't upload codecov for scheduled runs as CodeCov only accepts a limited amount of uploads per commit.
247
247
- name : Push code coverage to codecov
248
248
id : codecov_1
249
- uses : codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # pin@v4.1.1
249
+ uses : codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # pin@v4.2.0
250
250
if : ${{ contains(matrix.platform, 'iOS') && !contains(github.ref, 'release') && github.event.schedule == '' }}
251
251
with :
252
252
# 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:
258
258
# Sometimes codecov uploads etc can fail. Retry one time to rule out e.g. intermittent network failures.
259
259
- name : Push code coverage to codecov
260
260
id : codecov_2
261
- uses : codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # pin@v4.1.1
261
+ uses : codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # pin@v4.2.0
262
262
if : ${{ steps.codecov_1.outcome == 'failure' && contains(matrix.platform, 'iOS') && !contains(github.ref, 'release') && github.event.schedule == '' }}
263
263
with :
264
264
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments