From 32f867b8960a680e40dfc53540b7b5595d662690 Mon Sep 17 00:00:00 2001 From: Fabrice Normandin Date: Thu, 19 Dec 2024 15:03:28 -0500 Subject: [PATCH] Update codecov action (?) Getting inconsistent errors in CI, maybe due to a codecov issue? - Example: https://github.com/mila-iqia/milatools/actions/runs/12419445408/job/34676165915?pr=137 - Issue on the CodeCov action repo: https://github.com/codecov/codecov-action/issues/1580 Signed-off-by: Fabrice Normandin --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6c6797c..55df961b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -185,7 +185,7 @@ jobs: # Next step if this doesn't work would be to give the coverage files a unique name and use merge-multiple: true path: coverage_reports - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} # file: ./coverage.xml # Search for all coverage files from each workflow.