diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70a19a34..09cab257 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,7 +67,7 @@ jobs: - name: Report coverage if: contains(matrix.name, 'coverage') - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: true files: ./coverage.xml