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 7171 ! github.event.schedule &&
7272 github.repository_owner == 'pytest-dev'
7373 }}
74- uses : codecov/codecov-action@v3
74+ uses : codecov/codecov-action@v5
7575 with :
7676 token : ${{ secrets.CODECOV_TOKEN }}
7777 fail_ci_if_error : false
@@ -148,7 +148,7 @@ jobs:
148148 matrix.with-coverage &&
149149 github.repository_owner == 'pytest-dev'
150150 }}
151- uses : codecov/codecov-action@v3
151+ uses : codecov/codecov-action@v5
152152 with :
153153 token : ${{ secrets.CODECOV_TOKEN }}
154154 fail_ci_if_error : false
@@ -218,7 +218,7 @@ jobs:
218218 matrix.with-coverage &&
219219 github.repository_owner == 'pytest-dev'
220220 }}
221- uses : codecov/codecov-action@v3
221+ uses : codecov/codecov-action@v5
222222 with :
223223 token : ${{ secrets.CODECOV_TOKEN }}
224224 fail_ci_if_error : false
You can’t perform that action at this time.
0 commit comments