From 5a0c8fe7263f4bbe68c61b513fc16e5c6806df29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 01:25:16 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.0.7 --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index da7449a..e111d69 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -83,7 +83,7 @@ jobs: RUST_BACKTRACE: 1 RUST_LOG: debug - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.0.4 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }} - name: Run compile test