File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
! github.event.schedule &&
72
72
github.repository_owner == 'pytest-dev'
73
73
}}
74
- uses : codecov/codecov-action@v3
74
+ uses : codecov/codecov-action@v5
75
75
with :
76
76
token : ${{ secrets.CODECOV_TOKEN }}
77
77
fail_ci_if_error : false
@@ -148,7 +148,7 @@ jobs:
148
148
matrix.with-coverage &&
149
149
github.repository_owner == 'pytest-dev'
150
150
}}
151
- uses : codecov/codecov-action@v3
151
+ uses : codecov/codecov-action@v5
152
152
with :
153
153
token : ${{ secrets.CODECOV_TOKEN }}
154
154
fail_ci_if_error : false
@@ -218,7 +218,7 @@ jobs:
218
218
matrix.with-coverage &&
219
219
github.repository_owner == 'pytest-dev'
220
220
}}
221
- uses : codecov/codecov-action@v3
221
+ uses : codecov/codecov-action@v5
222
222
with :
223
223
token : ${{ secrets.CODECOV_TOKEN }}
224
224
fail_ci_if_error : false
You can’t perform that action at this time.
0 commit comments