From d6725f62ef9020e6a5294ae5cc0434dd96e1b520 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Wed, 22 Feb 2023 16:47:42 -0500 Subject: [PATCH] ci: update codecov action in ci-run-tests workflow --- .github/workflows/ci-run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-run-tests.yml b/.github/workflows/ci-run-tests.yml index e2924ceaa..b7790d097 100644 --- a/.github/workflows/ci-run-tests.yml +++ b/.github/workflows/ci-run-tests.yml @@ -57,7 +57,7 @@ jobs: coverage xml - name: Upload Coverage Results to Codecov - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.1.1 with: files: coverage.xml