From 2c2bcfdc92344fa88b9b52e25b6b4ae9948fd08f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:44:58 +0545 Subject: [PATCH] build(deps): bump codecov/codecov-action from 3.1.6 to 5.1.2 (#320) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8dd1f49..b983382 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,7 +52,7 @@ jobs: run: nox -s tests-${{ matrix.nox_pyv || matrix.pyv }} -- --cov-report=xml - name: Upload coverage report - uses: codecov/codecov-action@v3.1.6 + uses: codecov/codecov-action@v5.1.2 - name: Run benchmarks run: nox -s bench