diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e503b03..e95430c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: run: python -m pip install "django~=${{ matrix.django-version }}.0" - name: Run tests run: python -m pytest - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 analyze: name: CodeQL Analyze