diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 93547c061..c830df92b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -70,7 +70,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1.0.7 + uses: codecov/codecov-action@v1.0.10 with: token: ${{ secrets.CODECOV_TOKEN }} file: "${{ github.workspace }}/target/site/jacoco/jacoco.xml"