diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 500afc323..64cfbf55e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,10 +48,9 @@ jobs: cp ./build/distributions/*.zip security-analytics-artifacts - name: Upload Coverage Report - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} - path: build/reports/jacoco/test/jacocoTestReport.xml - name: Upload failed logs uses: actions/upload-artifact@v2