diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb0d1e4..0740f82 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: report_paths: "out/report/test/junit-report.xml" - name: Publish coverage report - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: always() with: token: ${{ secrets.CODECOV_TOKEN }}