From ec4323663e7b1b445b7dc74a3760ee441bb96062 Mon Sep 17 00:00:00 2001 From: alitto Date: Tue, 31 Jan 2023 15:32:00 -0300 Subject: [PATCH] Upgrade codecov action version --- .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 7a1bc90..d374fe4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v2 - name: Test run: make coverage - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3 with: files: coverage.out fail_ci_if_error: true