From 47ef801713b593fbd13d74e7b708355edeb87170 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Mon, 7 Nov 2022 23:41:59 +0000 Subject: [PATCH] update codecov/codecov-action to v3 --- .github/workflows/CoverageCollection.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CoverageCollection.yml b/.github/workflows/CoverageCollection.yml index 746d3e7..d5c3757 100644 --- a/.github/workflows/CoverageCollection.yml +++ b/.github/workflows/CoverageCollection.yml @@ -143,9 +143,9 @@ jobs: - name: 📊 Publish coverage at CodeCov continue-on-error: true - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: - file: ${{ steps.getVariables.outputs.coverage_report_xml }} + files: ${{ steps.getVariables.outputs.coverage_report_xml }} flags: unittests env_vars: PYTHON