From ed0ef392fd9aa9d118b6235024628d4abd7631a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:48:26 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.6.0 --- .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 2aae3528..a44429d7 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@v4.5.0 + uses: codecov/codecov-action@v4.6.0 with: file: coverage.txt