diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index afde145f..3f9a8f8d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,6 @@ strategy: matrix: - # python-version: ["3.7", "3.8", "3.9"] python-version: ["3.9", "3.10", "3.11", "3.12"] steps: @@ -52,6 +51,6 @@ run: "python -m coverage xml" - name: "Upload coverage to Codecov" - uses: "codecov/codecov-action@v2" + uses: "codecov/codecov-action@v4" with: fail_ci_if_error: true