diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 999a974ff9..5464afb3aa 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -130,10 +130,10 @@ jobs: - name: codecov if: matrix.codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - file: coverage.xml + files: coverage.xml fail_ci_if_error: False verbose: True