From 8aa7f6814d3d9a31f2faa8b22f590ae4fc46a18e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 2 Feb 2024 21:23:46 +0100 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 (#916) --- .github/workflows/ci2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci2.yaml b/.github/workflows/ci2.yaml index 103c05ea..73e03b68 100644 --- a/.github/workflows/ci2.yaml +++ b/.github/workflows/ci2.yaml @@ -17,7 +17,7 @@ jobs: - run: npm install - run: npm run system-test - name: coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: name: actions system-test fail_ci_if_error: false