diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e12ae0b..a1bf452 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -66,7 +66,7 @@ jobs: - name: Run test suite run: tox -e django${{ matrix.django }}-py${{ matrix.py }} --skip-pkg-install - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: file: ./coverage.xml fail_ci_if_error: true