File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6363 python-version : " 3.x"
6464 - run : python -m pip install .[test]
6565 - run : python -m pytest
66- - uses : codecov/codecov-action@v4
66+ - uses : codecov/codecov-action@v5
6767 with :
6868 flags : ${{ matrix.os }}
6969 token : ${{ secrets.CODECOV_TOKEN }}
9191 - run : python -m pip install .[test]
9292 - run : python -m pip install django~=${{ matrix.django-version }}.0
9393 - run : python -m pytest
94- - uses : codecov/codecov-action@v4
94+ - uses : codecov/codecov-action@v5
9595 with :
9696 flags : py${{ matrix.python-version }}
9797 token : ${{ secrets.CODECOV_TOKEN }}
@@ -118,7 +118,7 @@ jobs:
118118 - run : python -m pip install .[test]
119119 - run : python -m pip install django~=${{ matrix.django-version }}.0
120120 - run : python -m pytest
121- - uses : codecov/codecov-action@v4
121+ - uses : codecov/codecov-action@v5
122122 with :
123123 flags : dj${{ matrix.django-version }}
124124 token : ${{ secrets.CODECOV_TOKEN }}
@@ -147,7 +147,7 @@ jobs:
147147 run : sudo apt install -y redis-server
148148 - run : python -m pip install .[test,${{ matrix.extras }}]
149149 - run : python -m pytest
150- - uses : codecov/codecov-action@v4
150+ - uses : codecov/codecov-action@v5
151151 with :
152152 flags : ${{ matrix.extras }}
153153 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments