diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ebbe003..1247514 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,6 +79,6 @@ jobs: DJANGO: ${{ matrix.django-version }} - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: name: Python ${{ matrix.python-version }}