From 0d8a761fb45d8f960612590413e1b09f62b3e533 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:41:19 +0100 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.0.2 (#797) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f4de9f8c..745adfd6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,7 @@ jobs: chmod +x edgevpn EDGEVPNCONFIG=config.yaml ./.github/tests.sh - name: Codecov - uses: codecov/codecov-action@v5.0.0 + uses: codecov/codecov-action@v5.0.2 with: file: coverage.txt