diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0cccf6c..9cf5065 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -56,7 +56,7 @@ jobs: if: contains(matrix.environment-file, 'ci/312.yaml') && contains(matrix.os, 'ubuntu') run: mypy xvec/ --install-types --ignore-missing-imports --non-interactive - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 - name: Generate and publish the report if: |