From 157ed9a22e483c5a6e099b9071d9c4dd156e6572 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 11:18:06 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 --- template/.github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.github/workflows/ci.yml b/template/.github/workflows/ci.yml index 3e7e9e1..ea8ffae 100644 --- a/template/.github/workflows/ci.yml +++ b/template/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: DEBUG: 'False' - name: Upload coverage to CodeCov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5 with: file: ./coverage.xml fail_ci_if_error: true \ No newline at end of file