diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d1d5d55..104e008 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: if: matrix.os == 'windows-latest' - name: Upload scoverage reports to codecov.io - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./out/integrationtest/0.11/scoverage/xmlReport.dest/scoverage.xml,./out/integrationtest/0.10/scoverage/xmlReport.dest/scoverage.xml,./out/integrationtest/0.9/scoverage/xmlReport.dest/scoverage.xml token: ${{ secrets.CODECOV_TOKEN }}