From 124099af492fe9b29d07459a20b37911e78b2f37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 17:21:53 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.1.1 --- .github/workflows/push_pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_pr.yaml b/.github/workflows/push_pr.yaml index 853adaac0..0034a5a53 100644 --- a/.github/workflows/push_pr.yaml +++ b/.github/workflows/push_pr.yaml @@ -103,7 +103,7 @@ jobs: - name: Run tests run: make test - name: Upload coverage to Codecov - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0 + uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 with: fail_ci_if_error: false env: