diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0f4a2ec63..9449e43d7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,14 +40,14 @@ jobs: - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: flags: python${{ matrix.python-version }} name: codecov-umbrella-test-results report_type: test_results token: ${{ secrets.CODECOV_TOKEN }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: env_vars: OS,PYTHON fail_ci_if_error: true