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 77
77
- run : python -m pip install -e '.[test]'
78
78
- run : python -m pip install Django~=${{ matrix.django-version }}.0
79
79
- run : python -m pytest
80
- - uses : codecov/codecov-action@v4
80
+ - uses : codecov/codecov-action@v5
81
81
with :
82
82
token : ${{ secrets.CODECOV_TOKEN }}
83
83
flags : python-${{ matrix.python-version }}
@@ -100,7 +100,7 @@ jobs:
100
100
- run : python -m pip install -e ".[test,wagtail]"
101
101
- run : python -m pip install wagtail~=${{ matrix.wagtail-version }}
102
102
- run : python -m pytest
103
- - uses : codecov/codecov-action@v4
103
+ - uses : codecov/codecov-action@v5
104
104
with :
105
105
token : ${{ secrets.CODECOV_TOKEN }}
106
106
flags : ${{ matrix.extras }}
@@ -138,7 +138,7 @@ jobs:
138
138
env :
139
139
DB_PORT : ${{ job.services.postgres.ports[5432] }}
140
140
DB : pg
141
- - uses : codecov/codecov-action@v4
141
+ - uses : codecov/codecov-action@v5
142
142
with :
143
143
token : ${{ secrets.CODECOV_TOKEN }}
144
144
flags : ${{ matrix.extras }}
You can’t perform that action at this time.
0 commit comments