From 76c83da2fbbd495c32ef2a6377b0bd82bcd81eb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:14:31 +0000 Subject: [PATCH] Update codecov/codecov-action action to v3.1.6 --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 0fec1dca..b887cbbc 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -201,7 +201,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ matrix.update-coverage }} - uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 #v3.1.0 + uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6 - name: Run integration test run: make test-integration