From 2a536b5e2032f951895650092c36404ca7bb1c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 13:22:09 +0200 Subject: [PATCH] :arrow_up: Bump codecov/codecov-action from 1 to 3 (#143) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcf1277..f617290 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: pytest --cov=sphinx_design --cov-report=xml --cov-report=term-missing - name: Upload to Codecov if: matrix.python-version == '3.8' && matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: name: pytests flags: pytests