diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 1aa9a29c..f1ff9f0e 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -128,7 +128,7 @@ jobs: path: '${{matrix.test-type}}*results.xml' - name: Upload codecov coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }}