diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a856a45..74993168 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1084,7 +1084,7 @@ jobs: --xml --output ../coverage.xml \ --html=../cov-report/index.html --html-details - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.3.1 + uses: codecov/codecov-action@v5.4.2 with: files: coverage.xml - name: Upload coverage report artifact