From 599a353db1adc32ff02c313fd270a47d2debc7a3 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 20 Feb 2024 17:11:54 +0100 Subject: [PATCH] Bump to codecov/codecov-action@v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90ec316..f37ad8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: echo "Code coverage: $value%" | tee "$GITHUB_STEP_SUMMARY" - name: Upload code coverage (codecov) - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/bats/cobertura.xml