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:
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 }}
You can’t perform that action at this time.
0 commit comments