diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7331538..fe22744 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -59,7 +59,7 @@ jobs: - name: Upload coverage reports to Codecov if: ${{ matrix.main }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: true files: ./.tmp/clover.xml