From cd7e191fb23849e7e82f281a74d9d85de4da4bc7 Mon Sep 17 00:00:00 2001 From: Orion Yeung <11580988+YeungOnion@users.noreply.github.com> Date: Sun, 26 May 2024 19:09:29 -0500 Subject: [PATCH] Update codecov/codecov-action version in coverage.yml Co-authored-by: FreezyLemon --- .github/workflows/coverage.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8ef8a1d3..3c6fe8f8 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -21,9 +21,8 @@ jobs: cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml - name: Upload to codecov.io - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: - # use_oidc: true file: ./cobertura.xml - token: ${{secrets.CODECOV_TOKEN}} # not required for public repos + token: ${{secrets.CODECOV_TOKEN}} fail_ci_if_error: true