diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c329e8be..112484b8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,7 +52,7 @@ jobs: - name: "Upload coverage to Codecov" if: "contains(env.USING_COVERAGE, matrix.python-version) && matrix.platform == 'ubuntu-latest'" - uses: "codecov/codecov-action@v1" + uses: "codecov/codecov-action@v3" with: fail_ci_if_error: true