From 44adf844d0ae3f01bde1c09ba4a42b6435c55d6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:48:58 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.1.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 745adfd6..d25b4d80 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.2 + uses: codecov/codecov-action@v5.1.0 with: file: coverage.txt