From 8f72ef06259329da7d745b40eb4ce87aecc6697b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 22:05:39 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.4.3 --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 5b89ed9..96c711d 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -46,7 +46,7 @@ jobs: report_paths: '**/target/*-reports/TEST-*.xml' - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.4.2 + uses: codecov/codecov-action@v5.4.3 with: file: "${{ github.workspace }}/*/target/site/jacoco/jacoco.xml" token: ${{ secrets.CODECOV_TOKEN }}