From 6e7578af1db0beb59e7fdb80eab8ca358ed1435b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:02:59 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v3.1.6 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d2a18c1f..0b3aa208 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: - name: "Upload coverage to Codecov" if: ${{ runner.os == 'Linux' && matrix.python-version == '3.9' }} - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v3.1.6 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true