From 27272d362caf9792968564fb752b452885312b33 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Mon, 7 Nov 2022 23:29:06 +0000 Subject: [PATCH] update codecov/codecov-action to v2 --- .github/workflows/CoverageCollection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CoverageCollection.yml b/.github/workflows/CoverageCollection.yml index c307bca..746d3e7 100644 --- a/.github/workflows/CoverageCollection.yml +++ b/.github/workflows/CoverageCollection.yml @@ -143,7 +143,7 @@ jobs: - name: 📊 Publish coverage at CodeCov continue-on-error: true - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: file: ${{ steps.getVariables.outputs.coverage_report_xml }} flags: unittests