From da144c8af2022969a6c14be191da3d234595e77b Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:05:38 +0200 Subject: [PATCH] Update codecov action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 46e0b9b..39f5d95 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,7 +81,7 @@ jobs: coverage combine coverage xml - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: # Explicitly using the token in order to avoid Codecov rate limit errors # See https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954