From f48f1610518fa8bca663d613bdc7615484c402f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 15:01:49 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4.3.1 --- .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 4b434ef..525be85 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.3.0 + uses: codecov/codecov-action@v4.3.1 if: github.repository == 'iqtlabs/daedalus' open5gs_config_test: runs-on: ubuntu-22.04