From fabb82abd53e0052c8b70ae197a80e6203ede26d Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Tue, 19 Nov 2024 12:08:56 +0100 Subject: [PATCH] Upgrade codecov-action to v5 See https://github.com/codecov/codecov-action/issues/1645. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7540ae..0c04742 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -149,7 +149,7 @@ jobs: - name: Record Rust version run: echo "RUST=$(rustc --version)" >> "$GITHUB_ENV" - name: Upload to codecov.io - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}