From 917a331698eb0a83acbb321469aea83c969a3133 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 20:30:25 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4.3.0 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 24fc23a..4b434ef 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -38,7 +38,7 @@ jobs: PATH=/home/runner/.local/bin:$PATH coverage report && \ PATH=/home/runner/.local/bin:$PATH coverage xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.2.0 + uses: codecov/codecov-action@v4.3.0 if: github.repository == 'iqtlabs/daedalus' open5gs_config_test: runs-on: ubuntu-22.04