diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index ade5d6d..d8a8ae4 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@v7.1.0 + uses: codecov/codecov-action@v7.1.1 with: file: "${{ github.workspace }}/*/target/site/jacoco/jacoco.xml" token: ${{ secrets.CODECOV_TOKEN }}