diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e4cefa5..3d560fe 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.0 + uses: codecov/codecov-action@v4.4.1 with: file: ./coverage.xml fail_ci_if_error: true