From 2a08bbac7c7b0d7fd4387fe28790f032cfc7dbef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 05:02:14 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6.0.2 --- .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 cd4e89f..01d6175 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@v6.0.1 + uses: codecov/codecov-action@v6.0.2 with: file: "${{ github.workspace }}/*/target/site/jacoco/jacoco.xml" token: ${{ secrets.CODECOV_TOKEN }}